Hi!
I followed the instructions in the docs, specifically the following " If you'd just like to reference a specific column value from your selected row, you can use {{ table1.data[i].columnName }}
. Additionally, you can use {{ table1.selectedRow.data.columnName }}
since clicking an action button also selects the row."
This did not work in my case. The values were fetched, but each time I triggered the query, my query was getting null. Please see the images for context.