Conditional Query Table

Hi guys, recently I need to run query conditionally based on what user select in the form input.

For example:

Here I have n form container. I want to run query from different table based on what user select in country dropdown menu.

If user select Italy, then I want to run query from table_italy
If user select Spain, then I want to run query from table_spain
etc

How do I get into it?

Hi @yeftanma

One option could be to create an event for each possible table search & then make the Only run when field a conditional based on the user input: