removefirst
Removes the first element from an array that meets a given condition, returning the modified array. If no match is found, returns the original array unchanged.
Instructions
Accepts an Array of any data type. Returns an Array with the first Item that matches the specified condition removed. If no Item matches the condition, the entire Array is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||