Get Data
Get Data
Retrieves the value stored in the robot's internal database for an identification key. Use this action to read data persisted in previous runs or saved by other steps of the flow.
Options
Key
Identifier of the data to retrieve. It must match exactly the key used when the record was saved.
Database name
Name of the database to query. When not given, the current robot's default database is used. Optional field.
Returns
Javascript code
js
actions["action-id"].value // value found for the key (Any)
Field selection
- value — value found for the key (Any)
Rules and Conditions
- The Key field is required.
- If the key does not exist in the database, the return is empty.
- The Database name field is optional.