Flow Action: How to set Array Value in JSON Builder Step to an Array Action Input?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:08 PM
In previous releases, we had Payload Builder, which did not work properly with Arrays (see this community question).
Now in Washington we have new "JSON Builder" Step. My Flow has an Array as Input. However the Value field for the Array is greyed out and it's not possible to pull the input Array?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:55 PM
Do you have alternate options available such as , Array.String or Array.Object ? You may have to define what type of Array it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 03:27 AM
I have same query on this. How exactly we map this in JSON builder? Both Array.Object and Array.String cannot map, even if you add item under the Array element either directly as String or another object, still not able to map it. Some sample would help. Thanks!