Create JSON from Data
- 11 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Create JSON from Data
- Updated on 11 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > JSON |
The Create JSON from Data step outputs a datatype object in JSON format. The step will also output a list of objects as a JSON array.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Flow Data Variable | The Object used as an input to the step. This object can be any defined datatype within the Flow. | Object |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The datatype Object formatted as a JSON object | String |
Example Inputs and Outputs
Flow Data Variable | Output |
---|---|
Null | null |
Alice | ""Alice"" |
Employee Object | {"ID":"08daf014-0b1f-adb1-c360-f13464019165","Title":"Manager","Name":"Alice"} |
Was this article helpful?