How to Reference Data Table Row IDs
Jozef_783863
Posts: 331 admin
In my example data table image below, the first column is a row ID column. How can I reference this column in my table actions?
Tagged:
0
Best Answer
-
In Tables: Apply formulas to columns, the row index is available by using "rowIndex" in the formula (ex
columns['Row Index'] = rowIndex
). The image below points out this available functionality in the action setup instructions.Please note,
columns['Row Index']
, references a column you will need to add to your table. You can add a field to your table while viewing the table, or using Tables: Add a Column.Below is an image of the new table generated from Tables: Apply formulas to columns.
0
Answers
-
Related Idea (please upvote!):
Numbered table rows
https://community.pushbot.com/discussion/1471