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.

get the worksheet's {item}

What does it do?

Retrieves an item from a worksheet.

Where does it go?

This phrase should be written on a new line.

Is it required?

✅ Yes — This phrase is required in the syntax.

Does it require input data?

✅ Yes — The item can be table, tables, workbook, or any key representing a key-value pair

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?