Multi-select table, run a query on button click for specific row

@phil_ds

Hey there :wave:

Even when you have multi select enabled for table components, they will still pass i to the scope of any query that a button row triggers. Using that you can index into the table data to check values for that clicked row.

1 Like