Hi All,
I have created a Power Automate workflow, which Creates an approval process for multiple stakeholders. It works just fine, but the problem lies when I try to send reminder emails to people who haven't responded.
As seen from the Flow here, the reminder branch runs in parallel to the wait for Approval Branch.
Within the Reminder Branch, I am trying to fetch data from the Dataverse - Approval Responses Table, iterating on the Email ID Array.
However, this returns a non-empty value only when for my response, and empty value for all other users - which should not be the case for users who have already responded.
Output for my record:
Output for all other records:
Please let me know why the Approval Response Table won't retrieve the record of other users who have also been requested to respond, and how to solve this problem.
P.S. - I am using Trial version for the Premium Microsoft Dataverse Connector