Flow designer logic for checking multiple check box type variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 02:32 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 10:17 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 03:27 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 03:29 AM