Hello,
I have built a sequential approval flow with a parallel branch to check the list rows for a response in a Do until loop. I have added a filter msdyn_flow_approvalresponseidx_approvalid eq '@{toupper(outputs('Create_an_approval')?['body/name'])}' and owninguser/internalemailaddress eq ' @{items('Apply_to_each_5')?['assignedTo']}'. It comes back with a "[]" response when run, but the value does not change even when a responder has approved the item. For the condition I have
length(outputs('List_rows_from_selected_environment_2')?['body/value']) = 0. This is "true" for no responders, but it does not change when responded to.
Am I checking for the wrong value in the condition step? How do I check for responses?