Create a Table from the Rows
Creates a table from one or more rows.
Last updated
Was this helpful?
Creates a table from one or more rows.
This procedures takes a collection of individual data rows and efficiently organizes them into a brand new, structured table. It's useful when you've already gathered or filtered specific rows from a previous command.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
create a table from the rowsWhat does it do?
Instructs the system to create a table from one or more rows.
Where does it go?
This phrase should be written on a new line.
Is it required?
✅ Yes — This phrase is required.
Does it require data?
✅ Yes — A reference to the rows must be defined.
create a sample table
get the table's rows where
the row selection formula is "City == San Francisco"
create a table from the rowsthe table
john
+ 1 (415) 691 9426
123 east street
San Francisco
jack
+ 1 (415) 691 4595
213 north street
San Francisco
Last updated
Was this helpful?
Was this helpful?

