How to use Payload Builder in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 05:11 PM
Hi Guys,
In Flow Designer, I would like to create an action to build JSON payload. I tried a few things but I could not achieve this payload:
I need to send values with ActionType and gPayload, under the gPayload, there are Owners (string of array), Members (string of array) and an email (string)
{
"values":{
"ActionType":reqGoogleSuite,
"gPayload":{
"Owners":12345,09876
"Members":54321,90997
"Email":"abcd@rrd.com",
}
}
}
Could someone please assist?
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2023 12:09 AM
Your Owners and Members are not a true JSON array - at least not by the sample you shared. Is that correct?
If so, you will need some scripting to create the string as required.