Create JSON from Data
  • 11 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Create JSON from Data

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
Flow Data VariableThe Object used as an input to the step. This object can be any defined datatype within the Flow.Object

Outputs

PropertyDescriptionData Type
OutputThe datatype Object formatted as a JSON objectString

Example Inputs and Outputs

Flow Data VariableOutput
Nullnull
Alice""Alice""
Employee Object{"ID":"08daf014-0b1f-adb1-c360-f13464019165","Title":"Manager","Name":"Alice"}



Was this article helpful?