Flow designer logic for checkbox variable-Catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 05:58 AM
Hi can anyone help with simple logic for flow designer for 3 select box variable catalog item.
1. 3 check box variable are there based on chosen box we need sctask for each.
2. Into talk there will be 7 combinations.
a)All are chosen-1 requests
b)each checked individually-3 requests
c)1&2 check box selected -1requests
d)1&3-1request
e)2&3- 1request
How to acheive this combination after approval we need to check which combination selected and then need these much sctask based on select box
Please help me with query as it's urgent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 06:27 AM
Hi @servicenow_devo ,
You can use the Get Catalog Variables action to get the variables and after that use the If and else flow logic based on your requirement.
Refer Below
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 08:38 AM
Helo thanks for reply.
May I know the actual working of do the following in parallel.
Also, since I need 7 combination for choice selects do we have any simple logic to Implement or need to follow 7 if else for each combination ls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 12:48 PM
I havea form where the business has 23 options with a variety of approvers based on what gets checked. I'd like to know if there's a more simple way to work through the logic on it other than making if then else for all of them... thanks.