Recordset with same data

Hello everyone.
I’m new to Wappler and I’m following the tutorials to show data in a table.
I did the tutorial step by step but when showing the Recodset data, the data is always repeated all the same as the attached image.

The code looks like this:

{{serverconnect1.data.query1[0].adesao_id}} {{serverconnect1.data.query1[0].adesao_name}} {{serverconnect1.data.query1[0].adesao_email}} {{serverconnect1.data.query1[0].adesao_clube}}

Welcome to Wappler, Marcos!

Did you use the table generator? You have simply selected your bindings from the wrong spot.

{{serverconnect1.data.query1[0].adesao_id}} {{serverconnect1.data.query1[0].adesao_name}} {{serverconnect1.data.query1[0].adesao_email}} {{serverconnect1.data.query1[0].adesao_clube}}

Should be …

{{adesao_id}} {{adesao_name}} {{adesao_email}} {{adesao_clube}}
1 Like


Hi Brad
Thanks for the answer. What I did was follow the tutorial. I used a normal table and bound the data to the table fields

Figured so. You just selected the wrong bindings when you added the data to your table. Done that a million times myself without thinking or more like out of habit. Select the data from within your repeat in the App Connect Panel instead of directly from your serverconnect. Other than that looks like you did everything correct.

1 Like

Ahhh. OK. Got it. It worked.
In case like I could just show a list of 15 items and put a pagination. It’s possible?

Yes, absolutely. Just use the ‘Paged Query’ to set up your initial query instead of the regular query.

1 Like

Right. In case I have to redo the recordset or can I simply switch to a type of ‘Paged Query’?

I believe you have to redo it.

OK. Thank you so much Brad. I will continue to discover this great tool that is Wappler

1 Like

Yep, paged query … table generator and paging generator is your friend. :wink:

1 Like