Flow designer logic for checking multiple check box type variable.

servicenow_devo
Tera Expert

Can any one helpme out with logic for applying-

 

1. I have 5 checkbox variable on catalog item with having sctask associated with each and flow ends once if choice is one of each variable as per design

2.As per requirement if user select any of check box flow should validate each and according sctask should create

 

What can be the logic to check each check box variable and associated task should be ran.

 

Thankyou
3 REPLIES 3

Naga Ravindra R
Kilo Sage

Hi @servicenow_devo 

 

Get the catalog variables through action? //you can get variables as per your case ..Let's say 5 checkbox variables.

Then you can have if logic in flow and check a is true ---> create a task on sc_task table?

Have a standard template to populate the values in sc_task.

Please reply back if there are any questions.

Please mark as correct/helpful if it helps.

Hi please find the attachment, currently this way flow is configured. But since we have used end in each stage flow is stuck in first if logic.

I need to make this flow so that it checks all variables

Thankyou

20230214_165522.jpg

Thankyou