Forum Discussion
Send a Mail When a Field in a SharePoint List has a value of Yes
Rob Ellis Thanks Rob, and thanks especially for the quick response. I actually had this method reserved as a 'Plan B'. Glad to report it worked though, exactly as you suggested (I finished testing it literally seconds after you replied!). Took a while to setup (list has over 100 columns, so a lot of monotony deleting values out of the 'Update list item' part of the flow), so I was reluctant to jump straight to that method.
Still just have that niggly feeling that there must be a simpler way.
Ah well. If it ain't broke...
- kevinmckeown8Sep 03, 2019Steel ContributorI was going to suggest the same method that Rob Ellis did. I'm not sure of another way to accomplish it.
- Dave PalmerSep 03, 2019Brass Contributor
kevinmckeown8 Thanks Kevin (and thanks for providing the answers on this post in the first place). Now that I have these additional columns, purely used for the Flow to work, then my next task is figuring out how to hide them from view (...but that's another story for another day, another pertinent forum post I need to find).
- kevinmckeown8Sep 03, 2019Steel Contributor
Dave Palmer If you go into the List Settings, you can go down to Views, select the view to modify, then select which columns are shown in that view.
Additionally, if you want to keep columns from showing in New/Edit Forms, then you need to:
- Go to List Settings
- Go to Advanced Settings
- Set "Allow management of content types?" to Yes. Click OK.
- On the List Settings page you should now see a "Content Types" section. Click the "Item" content type.
- Click one of the columns you want to hide from forms.
- Change the column setting to "Hidden (will not appear in forms)". Click OK.
- Do this for all columns that you want hidden from forms.
- Once done, go back to Advanced Settings and set the "Allow management of content types?" back to No.
- If you leave content type management on, then your forms will always show a "Content Type" dropdown at the top of the form.