Prevent Selecting Rows Running Action Queries

Hi Everyone,

I've got an action that i run on one of my tables, however, i'd like for the table not to run those queries for that action whenever i select a row in the table. Whenever i select a row it runs all of the queries for that action as well.

Is there any way to disable this?

Hi @jeevenugo,

Ensure that there are no action events on the table. Additionally, make sure your query behavior is not set to run automatically— it should only execute when the table is referenced in your query.