I have a SP List with a Date Field called "Follow Up", and I want to send a reminder email to a list of folks on the day defined in that Field. I have started this MS Flow, checking every day at 6am, however I am stuck on how to Check that field for all items in the SP List and take action if the date equals the current date.
Basically if List Item has a follow up date of 04/25/2019 and that date the Flow runs is = to that date, send a reminder email.
Any help would be appreciated.
Solved! Go to Solution.
Hi @spin-man well done, you're pretty much there.
When you create the filter query, you won't see anything to select in terms of the SharePoint field, you need to actually type the internal field name in.
So in your case, depending on how you created the field, Follow Up Date could be something like Follow_x0020_Up_x0020_Date.
To find the internal name of your field
This is the internal name for your field You'll need to take this and use it in your filter i.e. where I have used DateDemoField in my example.
Don't worry if you see _x0020_ in your internal name, that is simply SharePoint encoding for a character space.
Let me know if you need any further help 🙂
If you have found this post useful, please give it a thumbs up. If it has answered your question, please accept it as the solution so others can benefit.
@MattWeston365
Proud to be a Flownaut!
Community Leader: Black Country PowerApps & Flow User Group
Hi @spin-man
To work through your requirement, the first thing I've done is to create a variable which I'm going to store today's date in. This will allow me to see what the date is that's being passed in when I test it. I have then used Get Items, and defined the filter query to retrieve only the items within SharePoint that need to be processed today.
The expression used to set today's date is (feel free to format the date however you need):
Ensure that when you define the odata query that you surround the Today variable with single quotes ' '
If you have found this post useful, please give it a thumbs up. If it has answered your question, please accept it as the solution so others can benefit.
@MattWeston365
Proud to be a Flownaut!
Community Leader: Black Country PowerApps & Flow User Group
@MattWeston365 I have added what you have suggested. However, when I get to the Get Items>Filter Query portion all I can add via dynamic content is the Today variable, it doesn't list all the SP fields to say the Field Follow Up eq 'Today'. Did a miss something?
Hi @spin-man well done, you're pretty much there.
When you create the filter query, you won't see anything to select in terms of the SharePoint field, you need to actually type the internal field name in.
So in your case, depending on how you created the field, Follow Up Date could be something like Follow_x0020_Up_x0020_Date.
To find the internal name of your field
This is the internal name for your field You'll need to take this and use it in your filter i.e. where I have used DateDemoField in my example.
Don't worry if you see _x0020_ in your internal name, that is simply SharePoint encoding for a character space.
Let me know if you need any further help 🙂
If you have found this post useful, please give it a thumbs up. If it has answered your question, please accept it as the solution so others can benefit.
@MattWeston365
Proud to be a Flownaut!
Community Leader: Black Country PowerApps & Flow User Group
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
38 | |
36 | |
35 | |
28 |
User | Count |
---|---|
39 | |
39 | |
34 | |
30 | |
23 |