- My goal: I have 2 queries, 1 is will trigger if boolean is true, otherwise it will trigger the other query.
- Issue: Table with
boolean
type column not updating the value. - Steps I've taken to troubleshoot:
- Additional info: (Cloud or Self-hosted, Screenshots)
Closing this one. found that I have to use changesetArray
of the table.
2 Likes
Hey @Darryl_Fabian, welcome to the forum!
So, the issue you're facing is that table1.selectedRow is not showing any edits you apply to the table. Edits are shown in table1.changesetArray.
You can right click on your table and select "View State" to see your table's properties.
2 Likes