Tables Overview
Learn to work with tables and tabular data.
Overview
Enhanced Capabilities in the Latest Table Procedures
Example
create a table where
the column names are "Document ID", "Document Type", "Status"
insert a row in the table where
the Document ID is 721219
the Document Type is "Invoice"
the Status is "Pending"
insert a row in the table where
the Document ID is 324236
the Document Type is "Invoice"
the Status is "Completed"
insert a row in the table where
the Document ID is 384230
the Document Type is "Summary"
the Status is "Completed"
get the table's row where
the row selection formula is "Status == Pending"Last updated
Was this helpful?
