Get table columns
Get table columns
Gets the columns of a specific table in a sheet of the spreadsheet.
Options
Sheet name
Enter the sheet that holds the table.
Table name
Enter the name of the table whose columns will be read.
Returns
Javascript code
js
actions["action-id"].columns // list with the names of the table's columns (List)
actions["action-id"].count // total number of columns (Number)
Field selection
- columns — list with the names of the table's columns (List)
- count — total number of columns (Number)
Rules and Conditions
- Every field is required.