Prepend to List puts the new items first, preserving the order of both the
new items and the original list.
Output
For example, prepending 1 and 2 to [3, 4] produces [1, 2, 3, 4].
This action is visible in the workflow editor, but the current server package
does not include a matching implementation.