Equivalent Repeating Group in Wappler

Does anyone know how to create the equivalent of this type of Bubble Repeating Group in Wappler?:

In Bubble, this is a 2 column, 1 row full list repeating group. It will show a maximum of 8 items. It populates each column from left to right. I’ve marked the order in red.

Hello @dserber
In Wappler this is called a repeat region. You can check how to repeat your items:

This example shows how to repeat items in a table, but you can do the same on your page by selecting the row element and click the make repeat children button. It will then repeat the cols inside it.

2 Likes

Thanks @Teodor
I was able to get the repeat region setup to display all items pulling from a database. How would I limit those items to show only items 1-8?

Just add a formatter to the repeating expression (the magic wand icon in the data picker. And choose collections - top 8

2 Likes

Brilliant! Worked like a charm!

1 Like