Hello everyone,
I created a flow reminder to check from a SharePoint List if all approvals been answered to, so everything is working but Flow is sending the same approval mail 6 times with the same informations and when i answer to one he do all the actions but he still wait for the others.
Flow will check what contains in the "Title" and if the column "Réponse" is empty in the SharePoint List, if both conditions are "true" will send an approbation mail.
Any ideas ?
Thank you in advance
Solved! Go to Solution.
Hi @Anonymous,
There are some errors with the structure of conditions if you want to check what contains in the "Title" and if the column "Réponse" is empty in the SharePoint List if both conditions are "true".
The Or group conditions ("Title" contains 1000, "Title" contains 1000, etc) should be the same level as the condition Response is empty. And if the Response is equal to 0 not work, you could try to use the expression length(item()?['Response']) is equal to 0.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Proud to be a Flownaut!
Hi @Anonymous,
There are some errors with the structure of conditions if you want to check what contains in the "Title" and if the column "Réponse" is empty in the SharePoint List if both conditions are "true".
The Or group conditions ("Title" contains 1000, "Title" contains 1000, etc) should be the same level as the condition Response is empty. And if the Response is equal to 0 not work, you could try to use the expression length(item()?['Response']) is equal to 0.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
27 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
28 | |
24 | |
20 |