I'm trying to build a flow and having trouble getting it accomplished. I attempted to use a template and modify with no luck.
I have a list of Items and based on several conditions below I would like an email to go out with a reminder to update the item(s).
My Fields are:
Status: (Drop down option)
Staff: (Person lookup)
Period 1 Due Date: (Date field)
Period 1 Data: (Numeric Field)
Period 2 Due Date: (Date field)
Period 2 Data: (Numeric Field)
Period 3 Due Date: (Date field)
Period 3 Data: (Numeric Field)
Period 4 Due Date: (Date field)
Period 4 Data: (Numeric Field)
I would like a reminder email alert to go out 14 days prior to each of the dates in the Due Date Columns. I would also like an email to go out if the Period X Data field is blank and it is after the due date. It would only go out if the record has the "Active" Status.
I attempted to build the flow with conditions, but that isn't working.
Hi @mathenea,
you can query SP list using filter query to get data based on multiple conditions and then according send out an email.
Check - https://youtu.be/yeAnuTB85eg
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
If I am hearing you correctly, the Flow configuration will depend on how you want to do the emails and the complexity of the filter on the get items. I am hearing you need 3 different emails. It sounds like you've attempted this, can you provide some screenshots of your Flow and where you are stuck? For ease I would do 3 different get item actions though if the emails are the same, you could do one massive filter with all the conditions but I think its easier to break it up:
I'm sure there are different ways to do it, this is just one way. For the get today expression, I use:
convertTimeZone(utcNow(),'UTC','Eastern Standard Time','yyyy-MM-dd')
You will also need to do an adddays() function for the today-14. I've got a few Flows where I do almost this exact process for sending reminders. The trickiest part is likely the odata filter query on the get and placement of parenthesis. You also need to decide if you want one email to send a table of all item data, or a separate email per item.
Hope this points you in the right direction. Otherwise let us know where you are stuck so we can try to help.
----------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
31 | |
27 | |
27 | |
21 | |
10 |