How load table data only after a select input is *selected

Hi any tip on how do the following:

i got this form, when user select something in the select input

then i would like to run a query and load the table, is that possible?

thank you

You can add a eventhandler with action "Input Value Change" then run your query using input form your fields.

1 Like

On table side?

No on the selector side. Then select trigger query as action.
You can do that basically on every input component.

1 Like

But then in table component how I tell that load the data only if that input changes? With this?

You can configure the query to run on trigger (manual). If you use the query output as data for the table, the table will update/refresh once the query has run.

1 Like