Skip to main content
List

Get all values

Get all values

Retrieves every record stored in a list created with the Create new list action, returning them as a collection of values.


Options

List ID

Reference to the Create new list action the records will be obtained from.

Returns

Javascript code

js
actions["action-id"].values // all the values stored in the list (Any)

Field selection

  • values — all the values stored in the list (Any)

Rules and Conditions

  • The List ID field is required.
  • Every record of the list is returned regardless of whether it has an associated key.
  • If the list is empty, the return is an empty collection.