- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2024 11:48 PM
Hello experts,
I have a requirement
As part of one of the requirements, we are providing users with a capability to bulk create RITMs. I am using a flow for this. This flow will capture values from the RITM that users selection which will be copied to newly created RITMs.
My flow consists of following steps:
1. Get variables from the RITM submitted to create copies
2. from the RITM that user has selected above, get variables from the RITM.
3. Submit catalog request using these values to create duplicates.
My issue:
One of the variables is a List Collector and I am not able to populate that dynamically as it is not accepting any data type. (String, array.string, array.object etc.)
Please advise how can I populate/map list collector from flow designer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 12:26 AM
Hi Sunil,
Instead of setting up the list collector value in "Submit catalog item request" action (step 5), try to lookup the list collector record in sc_item_option_mtom table and then update that in sc_item_option with parent RITM list collector values. Try the following:
After step 6 add one lookup record step for sc_item_option_mtom with "parent item" being the one from step 5 and "question" being the list collector question.
After that add another step to update the record in sc_item_option with the "record" being the dependent item from lookup record step
Then update the value with your parent RITM list collector values from step 2
See if this works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2024 09:43 PM
This is my entire flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 12:26 AM
Hi Sunil,
Instead of setting up the list collector value in "Submit catalog item request" action (step 5), try to lookup the list collector record in sc_item_option_mtom table and then update that in sc_item_option with parent RITM list collector values. Try the following:
After step 6 add one lookup record step for sc_item_option_mtom with "parent item" being the one from step 5 and "question" being the list collector question.
After that add another step to update the record in sc_item_option with the "record" being the dependent item from lookup record step
Then update the value with your parent RITM list collector values from step 2
See if this works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 07:10 PM
Hi Parvinder,
Thanks for your valuable inputs. It worked with this solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 04:52 AM
Hi @sunilramesh
Please Refer https://youtu.be/Lsnm0koRo-k?si=TchdhdpudORHx6Ex
Should my answer prove to be helpful, kindly mark it as such by clicking "Accept as Solution" and "Helpful."
Regards,
Manikanta. Kota
