New array functions: PUSH, INSERT, and DELETE

Formulas
Eoin Moore

We've added three new functions for adding and removing items from arrays.

  • PUSH adds one or more items to the end of an array.

  • INSERT adds an item to an array at a specific index.

  • DELETE removes an item from an array at a specific index.

Eoin Moore

More "Formulas" updates

Other recent updates

Built by you,
powered by Tines

Already have an account? Log in.

New array functions: `PUSH`, `INSERT`, and `DELETE` | What's new at Tines