Show/Hide selected variables in list collector variable in child ritm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 10:59 PM
Hello All,
I have a list collector variable and for each selection of the list collector variable I am creating a child RITM using flow designer and to display variable editor for child ritms i am having a custom action which creates record in sc_item_option_mtom so that all variables are displayed in variable editor in my child ritms. For each child ritm i am having short des as "Child ritm created for" + that selected value in list collector. So now my requirement is to show only one selected option in list collector for each ritm as I am creating separate ritms for each selection.
For eg : in list collector I am selecting two values like ABC, DEF and from my flow two child ritms will be created along with parent with each short des like child ritm created for ABC. So in this ritm i need to show only ABC as selected option in list collector and should remove DEF from list collector selected option
Can anyone pls help me how to achive this. I have tried some coding in backgriund script but its updating one value for all ritms from array instead of updating different values for each riym from array
Code:
Can any one guide me on this.Thanks in advance