JSON To String
Converts a JSON object into its string representation.
Category: Structured Data Files (Excel, JSON, PDF) · Group: Data Processing · Activity name: JsonToString

Example
outputVariable = JsonToString({})
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Variable | json | Yes | The JSON object or variable to be converted into a string. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the result |