get at index

This block is part of the mutations group and was last modified in core v10.4.28.

get at index v10.4.28

returns the mutation at the specified index position

In pins 2
  • mutations required
    mutations

    mutations

  • index required
    number

    index used

    Default 0

Out pins 1
  • mutation
    object

Outputs the single mutation object at the given index of the incoming mutations list (0-based, default 0). A negative index, an index past the end, or an empty or unwired list outputs nil.

A typical wiring for get at index: multiple feeds the mutations pin; number feeds the number pin; the mutation out pin feeds custom field.

Studio canvas example for the get at index block: typical wiring for get at index.

Version history

Introduced in v10.4.28.


Back to mutations Return to the main group to view all sub-groups Back to mutations Return to the group to view all blocks within this group