How to Create a Switch in Flow Designer

Pak
Giga Contributor

New to flow designer. First time trying to create some sort of switch. I have checkboxes on the request form. They can multi-select the checkboxes, but they need to route to different teams depending. So I will need some kind of join to have it wait for all the Catalog Tasks to be done before closing. 

What's the best and easy way to handle this?

10 REPLIES 10

Hi @Pak 

Thank you for marking my response helpful.

If I helped you to resolve your query with my answer. Then I would really appreciate if you can mark my answer correct and helpful. So that it can be moved to answered list and helpful for future readers.

Regards,
Ujjawal

Hi @Pak 

Thank you for marking my response helpful.

If I helped you to resolve your query with my answer. Then I would really appreciate if you can mark my answer correct and helpful. So that it can be moved to answered list and helpful for future readers.

Regards,
Ujjawal

Michael Fry1
Kilo Patron

These checkboxes are in the catalog item, ie they are variables? If yes, you can use Get Catalog Variables action to get those checkboxes and then us If statement to route.

 

Pak
Giga Contributor

yes, the checkboxes are variables. I thought about creating multiple if statements, but could I do a join to wait for all the catalog tasks to be done?

You could do a Wait for all tasks to be done.