Skip to main content
Insert at Index places new items at a zero-based position and returns the resulting list.

Inputs

Output

For example, inserting b and c at index 1 in [a, d] produces [a, b, c, d].
This action is visible in the workflow editor, but the current server package does not include a matching implementation.