Add Items
Add item(s) to a department box.
Overview
This procedure adds specified items to a department box (a storage unit within an agent). Using this procedure, you can insert individual items or bulk data, including tables.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Add a Singular Entry
create an entry as follows
the entry's name is "arugula"
the entry's amount is "100LB"
the entry's origin is "USA-CA"
Greens is a department box
add the above entry to Greens2. Add Multiple Entries
create a spy as follows
the spy's name is "tinker"
the spy's country is "USA"
create a spy as follows
the spy's name is "tenor"
the spy's country is "UK"
create a spy as follows
the spy's name is "doctor"
the spy's country is "AU"
Top Secret is a department box
add the above spies to Top Secret3. Traditional Single-Column Approach
HR is a department box
the department box's engine is "s3"
the message is "team meeting at 10 AM"
add the message to HR with
the key is "announcement"4. Traditional Table with Key-Value Columns
HR is a department box
the department box's engine is "s3"
add the table to HR with
the key is NAME
the value is EMAIL5. Multi-Column Table Upload
HR is a department box
the department box's engine is "s3"
add the table to HR with
the key is employee_id
# This will store each row as: employee_id -> {name: "John", department: "Engineering", salary: 75000, ...}Last updated
Was this helpful?
