Row Action is triggering before Row Selection happens

Hi @Shegs ! Thanks for your patience - I just bumped the internal bug report since there are no updates yet :frowning: . I'll be sure to post here as soon as I hear back.

In the meantime, could you try out the additionalScope option? This docs link has more info about this option and also contains a visual example of how it is being used in an app. You can also check out this Community post about using additionalScope in your queries.

Once you have added the additional scope to the query, you will have to adjust your query to reference the value.

Then, reference the additional scope in the Row actions > Event handlers > Edit click action handler settings for your table. By triggering the query with additional scope, you can pass in currentRow instead of using tableName.selectedRow.

Let me know if you have any questions about this!

-Jen