- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 09:32 PM
Hi Everyone,
I get all approval record for one group in loop up records and i'm getting correct output:
after above action i have added for each action to iterate each approval record from above action:
After this i have added wait for condition as below and i'm facing issue in below wait for condition action:
Issue is:
-I have set up rule for approval "anyone approve or reject" so, i have approved or reject one of the record from all above approval then remaining will be update state auto "no longer required" as per the rule.
-as per wait condition if approval record state is approved or reject or no longer required then should not be wait for 1 min but it is waiting when remaining all next record coming in wait for condition which state is in "no longer required". which is incorrect.
can anyone suggest how to fix this issue or condition?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 11:49 PM
@rmaroti ,
Change the conditions to match below:
This will exclude the conditions of State (Approved, rejected, No Longer Required) and wait for other State.
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 10:16 PM
Hello @rmaroti ,
It seems you are trying to wait until all the approvals are completed (approved or rejected or no longer required).
In that case you can try replacing these actions with the following:
Regards,
Robert
