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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
45 | |
17 | |
15 | |
14 | |
13 |
User | Count |
---|---|
76 | |
38 | |
27 | |
19 | |
18 |