Today I asked the first approver about the remainder, she told me she received reminders on Saturday and Sunday, even after approving, but she didn't received reminder the Monday, the same day I approved, I do not know if the owner of the flow has something to do with being an approver and causing people who approve before him to receive reminders.
This is my flow:
vAprobadoresString = all the emails from the forms: email1;email2;email3...
setAprobadoresArray = all the emails from the forms in an array ['email1','email2','email3'...]
vStatus = type boolean, value is false
Create an approvale = assigned to: vAprobadoresString
set variable 1 = change the value of vStatus to true after everyone approve
Do until = loop until vStatus is equal to true
Apply to each = as output I put vAprobadoresArray: the array of all the emails from the forms
List rows = Table name as Approval Response, filter query this one: msdyn_flow_approvalresponseidx_approvalid eq 'toUpper(outputs('Create_an_approval')?['body/name'])'
Conditon = length(outputs('List_rows')?['body/value']) is equal to 0
Send email to current item
I copy the filter query from this video: https://youtu.be/ZupQ0AbDl0I?si=F5dHZ4d6ftEvzN8r&t=1423 but I didn't use this part of the filter query:
and owninguser/internalemailaddress eq '@{item()}'
I don't know if that has anything to do with the error that I have, please help me, thank you


Report
All responses (
Answers (