Skip to content

Step: Add Item to Array

  • Key: add-item-to-array
  • Category: Variable Manipulation
  • Description: Add an item to an array variable.

Inputs

  • arrayName (select, required): Array variable name
  • item (list, required): Item descriptor (name, type, value)

Outputs

  • array (array): Updated array
  • length (number): New length

Notes

  • Ensure the target variable is initialized as an array.

Built with VitePress