Skip to main content
Version: Next

Remove From List At

Remove an item from a list

Description

Remove an item from a list at a given position

Inputs

  • Control Flow (Control Flow)
  • list (List): Array, List or QueryResult
  • position (Number): Rank of the element to delete

Outputs

  • Control Flow (Control Flow)
  • list (List): Result
  • removed Item (Object): The element that was removed from the list