Selected row in module table not updated in output

I have a module in which I have a Table. I have a query which should run when said Table has a new row selected. The output selected row is not changing.

The module output
image

The query input
Notice how I clearly don't have index 0 selected.

Anyone have any pointers? Thanks!

Hello,

Unfortunately I am not able to replicate the issue - cloud instance. Are you able to export the app json?
module output

I've since worked around it by using copy pasted tables instead, but I might try to replicate it again soon. Thanks for the help with trying to replicate though.
My theory is that it was something with how I had multiple instances of the module, it feels like I was getting the selected row from one of the other instances or something like that...