- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2024 10:57 PM - edited ‎07-07-2024 10:58 PM
I'm building a scenario where when a catalog task is created, an approval will be sent, and goes to different approval groups depending on the selection made on one particular field. There are 10 approval groups in total. I've currently built the flow with 2 approvals but when I test the second choice selected on step 20, it doesn't flow to the approval piece on step 21 and goes straight to step 27. What am I doing wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2024 12:48 AM
Ok I've found the problem.. I didn't have any members set in the test approval group so it skipped this stage...!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2024 11:32 PM
Hello @HP8 ,
Did you want to flow always go in each if condition of "ward_depart..."? Before 20 no. activity it is already goes in step no. 18 and 19?
If yes then please remove else of 20 only need if condition there because currently, flow goes to 18 already and condition was fulfilled then it will definitly not go to else of 20.
OR you can directly use nested if means after 19 you can immediately add next if in the same vertical line.
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2024 11:43 PM
Hi there. From step 18 it checks for the field choices. If it matches choice A for example, then it goes to Ask for Approval, which goes to one approval group. If it matches to choice B, then it goes to a different approval group. That's how I was trying to set it up but it's not working.. it's only working for the 1st If Statement on step 18.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2024 12:12 AM
Then remove else and only leave if as it is and test it once.
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2024 12:48 AM
Ok I've found the problem.. I didn't have any members set in the test approval group so it skipped this stage...!