When you select data to reuse you can choose between providing data in JSON or plain format
When the data is used in other Next Matter steps or to complete integration, we recommend using the JSON format, as most systems parse and understand this format.If you want the data to be provided in a human-readable format to display it to users, use the plain format.When you send data from Next Matter to third-party tools, it’s a good idea to check the tool’s documentation to see which format is preferable.
If you want to use table values as a data reference, you have the following options:
Plain and JSON formats can be selected in the Body of Integration steps
JSON format can be selected in other fields (for example form fields, or email messages)
There is no difference between JSON (other fields) and plain. The JSON that can be selected in the Body field contains escaped values.The code example contains example values.
To send JSON table output to a Google Sheet using a custom integration, you must first parse the JSON to convert it from a string into a structured format. Currently, you cannot use the output in the Google Sheets no-code step.