Help with list collector field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 12:24 AM
Hi Everyone,
I have a list collector field on catalog item which is referenced to custom table which has 10 values. I have to create a flow, based on number of choices selected it should create number of tasks.
For example in one scenario , if I select 4 choices out of 10 then flow should create 4 tasks. When someone selects 6 choices out of 10 then flow should create 6 tasks.
I have not used List collector field much. Please suggest something for the scenario.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 01:12 AM
@Abhijit Das7 : Please refer the below link
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 01:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 01:54 AM
@Abhijit Das7 Please refer this for flow designer :
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 02:10 AM
@Abhijit Das7 You can use 'For Each Item in' flow activity on that choice variable and then use 'Create Catalog Task' or 'Custom action' in case of a custom table to create tasks.