Skip to main content

Data Structure

Overview

Data structure can be used to store any structured data

Returns
Data Structure

💡 This block can be used in two ways:

  • build your own Data Structure visually by adding child blocks or
  • it can have no child objects and be used to receive structured data from inputs like JSON, XML, CSV, API calls, Databases etc.

Parameters

ParameterParameterValid BlocksRequired
Use Dynamic NameShow the Dynamic Name slot in the tree so that it can be set dynamicallyBoolean Block GroupNo
Dynamic NameThe dynamic name of this itemText Block GroupNo
AttributesMetadata values for this block. Used in XML and multipart/form-data.Text Block GroupNo
TypeThe type of this Data Structure: Array or Object.Data Structure Collection Node Block GroupNo
Is NullIf true, this block's value will be nullBoolean Block GroupNo
Is RequiredDetermines whether or not the parameter is requiredBoolean Block GroupNo
Input Parameter SourceSource of the parameterText Block GroupNo

❗️ The Is Required parameter will only be available when this block is used as the input to an API function.

❗️ The Input Parameter Source parameter is currently hidden and unused.

❗️ The Is Null parameter is currently hidden and unused.