Skip to main content
Spreadsheets

List spreadsheet tables

List spreadsheet tables

Returns a list with the names of every named table in a specific sheet of the spreadsheet.


Options

Sheet name

Enter the sheet that holds the tables.

Returns

Javascript code

js
actions["action-id"].tables // list with the names of the sheet's tables (List)
actions["action-id"].count // total number of tables (Number)

Field selection

  • tables — list with the names of the sheet's tables (List)
  • count — total number of tables (Number)

Rules and Conditions

  • The fields are required.