Add to list at position
This will insert a single value to the list variable with the given name at the given position (note: the first item's position is 0, not 1!).
Parameters
- List name (text)
- Value (text)
- Position (number)
This will insert a single value to the list variable with the given name at the given position (note: the first item's position is 0, not 1!).