I am working on Absence Reporting and want to send a reminder email to the responder of a Sickness Absence Form to remind them to complete a Return to Work Form after 7 days and keep sending the form every 7 days until it is completed.
I am using Response ID from the Sickness Absence Form and then have a question in the Return to Work Form for the responder to input the Response ID from the Sickness Absence Form to be the common identifier between the two forms. The Return to Work Responses are already to a SharePoint list using a different flow.
It sends the email fine, however it doesn't stop sending the email when the Response ID in the Return to Work List matches the Original Response ID.
The top half of the flow is New Response Submitted Trigger>Get Response Details>Condition which checks if the sickness reason entered matches a reason we send a reminder for (this all appears to work fine)
I attach pictures of:
Bottom Half of the Flow (which seems to run without error)
Get Items Query
Condition Query (the Do Until Loop Query is the same as this)
Any help would be much appreciated