Skip to content

Set Index Array

Purpose of the Node

This node takes an input array, an index, and a value, then sets the element at the specified index in the array with the given value. If the index is out of bounds, it triggers a failure output.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger to start the processStructArray
ArrayThe input array where the value will be setArrayGeneric
IndexThe index at which the value should be setNumberInteger
ValueThe value to be set at the specified indexGenericGeneric
EndTrigger indicating the successful executionStructArray
ArrayThe adjusted array with the value setArrayGeneric
Failed SettingTrigger if the operation fails due to an out-of-bounds indexStructArray