Get record
Get record
Retrieves a specific record of a list based on its identification key. To retrieve every record at once, use the Get all values action.
Options
List ID
Reference to the Create new list action the record will be obtained from.
Key
The identification key of the record to be retrieved. It must match exactly the key used when the record was added with the Add record action.
Returns
Javascript code
js
actions["action-id"].value // value of the record found (Any)
actions["action-id"].key // key of the record found (Text)
Field selection
- value — value of the record found (Any)
- key — key of the record found (Text)
Rules and Conditions
- The List ID and Key fields are required.
- If the key is not found in the list, the action returns empty.