Paged Query + Repeat

Hello Everyone,

I have a simple Business/Employee grid on front end, for each business, I list its employees.
It was working well, but the number of businesses has grown up and the query is taking too much time, so I’m assuming that I need pagination for this query.

I changed my query to “Paged Records” but I’m not able to output the values on repeat.

So the registers are not being shown in the front end!
Any tip?

Paged query returns a different data structure. You need to add .data in Expression:

1 Like

@jrvidotti the data was not showing to me!! I restarted wappler and now it’s showing… :frowning:

Anyways, thank you my friend!