Now, I want to show some rows from that query on the page.
So I created a RepeatingGroup, and chose “get_countries” as the Type of content:
I also created a text field in the RepeatingGroup and configured it as the country’s name (which is a field in my query):
After doing so and loading my preview, my RepeatingGroup is empty.
I also tried playing with the “Data Source” of the RepeatingGroup but couldn’t make it work.
I double check and my sql qurey returns a set of results - it’s not empty.
I upgraded my plan to paid - When I enter a new SQL query in the SQL plugin page I still get the following alert:
This is a simple select query from a table of 200+ countries - I want to let the use select a country from a list so it’s crucial to have more than 200 in this case.