
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:07 AM
I'm looking to see if it is possible to have an Array.Object output variable in a Flow action be dynamic; meaning the # of properties is unknown until a Script activity runs within the action.
Consider the following REST response. The userlist property can contain any number of properties. I want userlist to be return as an action property with the caveat that it can contain X properties.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:25 AM
Hi,
As far as I know, Unfortunately OOTB is not possible to have dynamic properties as you want.
What can be done here is to return the output as JSON string and while parsing make it again JSON obj.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:25 AM
Hi,
As far as I know, Unfortunately OOTB is not possible to have dynamic properties as you want.
What can be done here is to return the output as JSON string and while parsing make it again JSON obj.
Thanks and Regards,
Saurabh Gupta