How to Reference Data Table Row IDs

Options
Jozef_783863
Jozef_783863 Posts: 331 admin
edited November 2019 in Questions

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?

Best Answer

  • Jozef_783863
    Jozef_783863 Posts: 331 admin
    edited November 2019 Answer ✓
    Options

    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.

Answers