JSON Stringify
Use the JSON Stringify action to convert a JavaScript object into a String. This action needs a valid JSON.
Complete the following steps to use the JSON Stringify action in your workflow:
1. Click and drag the JSON Stringify action under the JSON Tools utility to the canvas, place the pointer on the action, and then click or double-click the action. The JSON Stringify window opens.
2. Edit the Label, if needed. By default, the label name is the same as the action name.
3. In the JSON Object field, map the JavaScript object of a previous action or enter the JavaScript object to convert into a string.
4. Click Done.
Output schema
Was this helpful?