Destructure Models

The Destructure Models block is used to decompose any JSON model.

Destructure Models block

Input Pins

JSON

Model you want to break down

Data Type : Dictionary

Example  :  { "Id": "TS_17303499864339ZKTI8QGMCV", "Label": "Start Work", "FromStage": { "name": "Open", "isActive": true }, "ToStage": { "name": "In-Progress", "isActive": true }, "FieldTemplates": { "Text": { "FieldType": "Text", "ValueType": "String", "Example": "Example Text" } } }

Output Pins

The Destructure Models block has multiple output pins.

You can give Attributes of JSON model as output pins.

AllOutput

The original model without any decomposition

Data Type : Dictionary

Example  :  { "Id": "TS_17303499864339ZKTI8QGMCV", "Label": "Start Work", "FromStage": { "name": "Open", "isActive": true }, "ToStage": { "name": "In-Progress", "isActive": true }, "FieldTemplates": { "Text": { "FieldType": "Text", "ValueType": "String", "Example": "Example Text" } } }
Example: Using the Destructure Models block in a real application

Last updated