Skip to content

Step: Add Items to Array

  • Key: add-items-to-array
  • Category: Variable Manipulation
  • Description: Add multiple items from context to an existing array variable.

Inputs

  • arrayVariableName (select, required): Target array variable
  • itemsKey (text, required): Context key with items

Outputs

  • array (array): Updated array
  • addedCount (number): Number added
  • totalLength (number): New length
  • success (boolean): Operation success

Notes

  • itemsKey should resolve to an array in context.

Built with VitePress