Table with boolean column not value not updating

  1. My goal: I have 2 queries, 1 is will trigger if boolean is true, otherwise it will trigger the other query.
  2. Issue: Table with boolean type column not updating the value.
  3. Steps I've taken to troubleshoot:

  4. Additional info: (Cloud or Self-hosted, Screenshots)

Added information. I've used the table column id to show the value in the text component:

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