Array aggregator separating the custom fields in another array

I am trying to add a pricing table in Pandadoc where I have the predefined columns and a custom column. In the Pandadoc documentation my data should look like this:

“custom_fields”: {
“jobbertotal”: “100”
}

But I am getting this:

“custom_fields”: [
{
“key”: “jobbertotal”,
“value”: “M1 - Flat Monthly Rate Option:”
}
]

How can I modify my scenario to render this?

Hi @Shawn
We have created a json using the data you provided:

After switching to collection using the collection function, it is functioning properly.


Output will look like this.

By enabling the map you can easily map this to next module.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

3 Likes