- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
Hi all,
I have a requirement where there are 3 catalog fields(contains approver group names group1/ group2/ group3) which populates based on 'entitlement' field selection.
for some entitlements group1 might have value/ might empty, for some group2 might have values or might be empty.
example
if group1 is empty >> approval should directly go to group2 and then group3
similarly, group1 approved>> approval should go to group 2 if present, follower by group 3 etc.
How can i implement this, please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Ankita9793 ,
you can implement like- if the Group1 is empty then it should skip the Group1 approval and jump to Group2 approval for that you need to add condition like below screenshot-
then in case I have added the flow approval condition like -approval state is skipped then move to next approval in the flow.
I already tested this and working fine for me!!
Please review in your end let me know your feedback!!
If you found my response helpful, please mark it as helpful and accept it as the solution.
Thank you
Nawal Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Ankita9793 ,
You can use multiple If else flow logic to build this.
Adding a sample flow for reference.
Thanks
Anand
