prepend
Adds a value to the start of an array, returning the new array. If the value is an array, adds each item individually for a flat result.
Instructions
Given an Array and a Value, this action adds the Value as the first item in the Array and returns the resulting Array. If an Array is supplied as the Value, a flat array will be returned with each of the items prepended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||