Hello everyone,
I am building a flow that is running daily and checking the "Date" column of a Dataverse table containing projects, to check if that specific row is older than 6 months. If the condition is true, I want my flow to send an email to the project owner and ask for approval.
However, it might be the case that there are 5 projects have a date that is more than 6 months in the past, in which case, I would like all the owners to receive an email with their project details and the possibility to approve or decline the request.
With my current set-up, the flow will send an email to the owner of the first project in the table, and only sends the email to the owner of the second project, once the first owner approves the request. In my case, the projects are independent and we want all the email to go out at once.
Below you can se my current set up.
What is the best way to go around this? Thank you!