Flow designer logic for checkbox variable-Catalog item

servicenow_devo
Tera Expert

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

Thankyou
3 REPLIES 3

Pavankumar_1
Mega Patron

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

Screenshot (676).png

Screenshot (675).png

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

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.

 

Thankyou

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.