Flow Designer Question (Arrays and Multi Variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:48 AM
Hello,
We have a catalog item where users can request help from an AV technician at onsite events. The user can select help over multiple days. We want to create a catalog task for each selected date as these may be allocated to more than one AV technician. We are using Flow Designer to do this. I would like help on how do we assign each separate date to a catalog task? Please see the image below.
The above is currently an array - can I split up each array element in the list? How do I do this?
Thanks in advance.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 07:43 AM
The following step in the article describes how you can split your MRVS variable:
Using forEach, a split is performed in the MRVS variable and the actions below Flow Logic are executed for each item.
Have you tried doing this?
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2024 06:29 AM
Hi @davidsmith!
Let me know if it worked and which way you took (:
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 02:49 AM - edited 10-22-2024 02:51 AM
I have got this to work now with some help from colleagues. We had to use flow variables in the end. Please see the flow below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 12:07 PM
Nice @davidsmith, I’m glad it worked out!
Please mark my answer as ‘Accept as Solution’ to be relevant to the community.
MVP 2025 ✨