How do I convert custom SQL query to Wappler query builder

hmm

I think I did it right and still no luck

So what is the issue you are having now?
What do you see under Network > XHR in the dev tools when your server action runs?

When loading the tournament page, the query does not return any "catches" as seen here

There should be 1 angler and 3 lengths

It does appear the server action is running and getting a parament see the tournament_catch_query?tour_id=2

If I had to guess that tour_id=2 is not getting set within the query to populate the table.

So when you select the server action in the network > xhr, do you see the data returned?

Yes

When I double click on the server action it opens this window

So all the data is now properly returned?
What is the issue then?

The data does not show in the table on the page

Then there must be something wrong with how you generated it.
Double check what your server action returns, what expressions are you using on the page etc.

Maybe

This is what I using for the table

Do you have a link to your page where i can check this, it would be much easier than guessing what could be wrong on your page from screenshots.

hmm, I am just deploying it local, let me see if I can get it on a server