- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 04:18 AM
Hi All,
I created a Custom table and it needs multiple level of approvals in it.
so after creating the workflow while testing the records Second level of approval is triggering in "No longer required" state in custom table workflow PFA.
the flow execution also not triggering correctly. In Workflow execution the flow crossed "Set value to dev phase" activity but in ticket its still in previous state i.e "Pre dev ARB review " state PFA.
If i removed the Set value activity from the flow (where i'm setting next state value to move the flow) the second level of approvals are triggered as expected in "Requested" state i need state change and approvals trigger to happen at same time like how we have in Change module.
Thanks,
Astle.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 04:50 AM
@Astle ,
Could you please add a timer for few seconds before the second approval is triggered?
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 04:50 AM
@Astle ,
Could you please add a timer for few seconds before the second approval is triggered?
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 05:48 AM
Thanks @Medi C
After adding timer activity with 5 seconds it worked as expected.