Insert at Index places new items at a zero-based position and returns the
resulting list.
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.