Select first row in new table component doesn't seem to work

I have a GraphQL connection where I have added a success event handler:

Control component -> table2 ->Method -> Select Row -> Target Row By Index -> Index: 0

image

The first row is not selected when the query is executed.

I have the same for a legacy table and it works properly:

image

Is that a bug or am I doing something wrong?

Thanks!

It works if you select Display and not Data:
Screenshot 2023-07-30 at 8.00.55 AM

Thanks for checking it.

It seems it is not working for me either:

image

In the table make sure you have no default row selected

1 Like

Yes, that was the issue. Thanks!

1 Like