Limit on query not working

Wappler Version : v5.5.3
Operating System : MAC OS Catalina
Server Model: Wappler Server
Database Type: Maria DB
Hosting Type: Local Host

If I create a simple query and use repeat child works perfect.

Creation:

Here is the repeated child

Working perfect here

Then I go and change from query to Paged query to add a limit. I use 1 Here

When I go back to my page now is displaying 5 elements even when the query says limit 1

Wappler view

Debug Mode

Captura de Pantalla 2023-03-24 a la(s) 10.15.49

Browser view

I speak with @ben about this and he think is a bug here. Am I doing something wrong?

Do you see any errors as explained here: Debugging Server Connect Errors ?

No, there says limits etc

But over browser display 5 elements and not displaying the information

Well your server action properly returns 1 record, so just rebuild the repeat region on your page, as the paged query expression is different.

I erase and recreate but the results stil the same.

As i said:

Which means this expression used here is wrong.

I have done that but no changes on the results.

Original

Delete Repeat Region

Now only display one record its OK

Recreate the repead

Other time displaying 5 elements

But for paged query you need to select the data array:

Now works. Sorry I am new in this. Thanks for patience.