Retrieve Item
Retrieve an item from a department box.
Overview
This procedure retrieves a specific item from a department box (a storage unit within an agent). If the item does not exist, this procedure offers the option to create a new record with an empty value or to skip the retrieval.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Example 1
This command retrieves the item with the key "announcement" from the HR department box.
Movies is a department box
export Movies
retrieve the item from HR whose key is like "The Matrix"
retrieve "The Matrix" from Movies
2. Example 2
employees is a department box
the department box's engine is "s3"
export employees
retrieve the item from employees whose key is like "ID:123456"
retrieve "ID:123456" from employees
Last updated
Was this helpful?