Extract specific items and values from an array.
Properties
Use the Selection Mode
dropdown menu to choose how to target the item you would like to extract. Choices are :
- At the End : Will extract the last item in the array.
- At Index : Will extract the item at the index specified in the field.
- At ID : Will extract the item whose ID corresponds to the one specified in the field.
You can click on the button in the bottom left of the Editor
panel to select one or several properties of the array. As you select them, they will appear as outputs on the node and the values they contain can be used for elsewhere.
Lines can be selected and deleted using the icon.
Inputs
Name | Type | Description |
---|---|---|
Array | String | Array from which to extract an item |
Outputs
Name | Type | Description |
---|---|---|
Array | String | Array of a single index with the full item extracted |
ID | String | ID of the targeted item |
Any selected properties from the Editor
panel will also appear as outputs.
Need more help with this?
Don’t hesitate to contact us here.