How can I make a "Repeat"?

I’ve read this

and checked “Demo Dynamic Real Estate Site”.

but I’m still not able to populate the data from database…

What I would like to do is to make the upper image with data binding.
But the result is like below now. (I put dummy data in the database already…)

How can I solve this?

Have you checked the docs?

I checked these docs though, but I still don’t get dynamic data…


And repeat1 doesn’t fetch any data yet…

Here are my settings…

Could you find where I made mistakes, please?

Is the output option selected for your repeat step in server connect? Are output fields also selected in the dropdown?

You mean this one?


should I chose “serverconnect.data.repeat1” or just this green one “repeat1” (comes after Row)?

I choose output fields from the dropdown basically.

No, I mean in the server connect panel, in your server action - there is a repeat step. You need to enable output and select the output fields in the dropdown (the ones you need to use on the page)

It was empty once, but now I chose output fields from the dropdown again.

So is it showing results?
Is output option for the repeat step in server connect enabled as well?

no, I can’t fetch the data at all.

Have you checked your database query filters? Maybe they are the reason…if wrongly set up

1 Like

Oh thanks, my dummy data was out of the query condition…now I could fetch the data!

1 Like