- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 10:54 AM
Hi All,
I have a catalog item contains a List variable and trying to pass all the email address into attendee Array.Object fileds in action but all values shows grayed out and trying to find a way how to pass the list variables into Array.Object fields.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 06:31 AM
Hi @Murthy Ch ,
Thank you for the response but I need to pass more object values in our scenario.
I have achieved this by creating another custom action to provide Array.object output so that I can input Array.object Data pill in flow.
Here is our code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2024 05:45 PM
Hi @Anthony78
For the list type field you don't have to use Array.Object instead you can use Array.String which will accept all the values in a string format.
See the below picture for your reference:
Hope it helps 🙂
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 06:31 AM
Hi @Murthy Ch ,
Thank you for the response but I need to pass more object values in our scenario.
I have achieved this by creating another custom action to provide Array.object output so that I can input Array.object Data pill in flow.
Here is our code