- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 09:52 AM - edited 11-01-2023 09:54 AM
Hi All,
In my catalog item, I am using "Account" variable which is a multi-collector variable. Now once, my request is submitted a subflow is supposed to be triggered which will run "for- each" value of Account. Now, in order to achieve this, I used For- each but whenever the flow is triggered the for-each is not retrieving any single value of Account. PFA the screenshot below:
Here although the Account value is being retrieved through "Get Catalog Variables" step, for-each is not working as it should. Kindly, suggest a solution for this.
Thanks and Regards,
Hrithik Nirupam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 10:08 AM
Hello @NirupamH1
Ohh sorry my bad.
For this use lookup multiple and give the table name and give condition as
Field_name.sys_id ISONEOF list collector
Then update multiple or create new record.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 09:56 AM
Hello @NirupamH1
For MRVS you need to check this docs-
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 10:00 AM
Hi @Harsh_Deep ,
Your solution is valid for mvrs but my account variable is a list collector variable in which I can store multiple accounts and pass it onto the flow. Can you suggest a solution according to list collector variable type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 10:08 AM
Hello @NirupamH1
Ohh sorry my bad.
For this use lookup multiple and give the table name and give condition as
Field_name.sys_id ISONEOF list collector
Then update multiple or create new record.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 10:35 AM
Thank you @Harsh_Deep , it is working as accepted now.