Get an Item from an Excel Worksheet
Retrieves a specific item from a sheet.
Overview
This procedure retrieves a specific item from a sheet, such as a table, workbook, or key-value pair based on the specified key.
Prerequisite Data
These required data elements must be present in the automation before using the procedure.
Data Name
Data Type
the worksheet
Excel Worksheet
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Get the Worksheet's Table
open the worksheet at "s3://bucket/key"
get the worksheet's table
2. Get the Worksheet's Item by Key
open the worksheet at "s3://bucket/key"
get the worksheet's "Deal ID"
Last updated
Was this helpful?