Dear Community,
I would like to seek your help on creating a cloud flow that sends email to an owner when a sharepoint list item has a specific value.
To make it easy should be like this:
1) a sharepoint list item is created and the column"Status" has a value of "first contact"
2) the flow checks out if an item has "first contact" and if yes sends every 7 days an email riminding the creator of the item about the action required
3)the flow stops when the "status" column is changed
thank you for your help
You can create a get list items action with an odata filter query for this column.
You can then choose whether you want to send a single mail if there are one or multiple records present that match the filter, or one for each.
As a trigger you could set recurrence to happen every 7 days
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1