/
Reformatting Examples
Reformatting Examples
Table array with an incorrect key
{
"data":[
{
"vendorName":"Square 9 Softworks",
"vendorId":"77364"
},
{
"vendorName":"Microsoft",
"vendorId":"77834"
}
]
}
Expression
{"value":[data]}
Output
{
"value": [
{
"vendorName": "Square 9 Softworks",
"vendorId": "77364"
},
{
"vendorName": "Microsoft",
"vendorId": "77834"
}
]
}
, multiple selections available,
Related content
Posting Tables
Posting Tables
Read with this
Authoring Expressions
Authoring Expressions
More like this
iPaaS
Read with this
Expression Exercise Sample Data
Expression Exercise Sample Data
More like this
JSON Export Node
JSON Export Node
More like this
Response Syntax
Response Syntax
More like this