When using {{ table.selectedRow. " myColumn" }} it is randomly showing null.
It is doing this in query's and java script.
Sometimes a row selected will have the corresponding data, other times it just shows null. Sometimes it reads the data for another row.
Everything was working fine and this just started to happen.
This is happening on all pages.
This is also random.
Some rows will have data, when the page is reloaded it changes what has data.
I am using an amazon mysql database.
Hi, we have the same problem with multiple apps referencing the selectedRow table property.
We noticed that after refreshing the table on the bottom it works, but this is not a solution obviously.
Similar/Related issue here, we got a dynamic table with Add Row function and until yesterday that worked fine. Now we need to edit old table data before the new added row is possible to be edited, even though it's showing the typical "Select Option" text that indicates editable = true. I assume this is related. Maybe it helps the retool team during troubleshooting. Hope this gets fixed soon, it's critical issue for our operations
Same issue here, table was working fine yesterday - done no releases since last year now selectedRow and selectedSourceRow is randomly returning null. Refreshing the page a few times fixes it then it breaks again
Hi this is Jennifer from Retool. We're trying to reproduce the issue – is it that the selectedRow property is not populated on page load even though a row is selected? Are your tables server-side paginated by any chance?