Hello, I’m trying to repeat a dynamic card.
I’ve read the documentation and I’ve added a “repeat” before div class="card"
The repeater does not work properly. I should see six different articles, and instead I see the same article repeated 6 times
The variables aren’t quite right and are selecting the first record from the query.
Remove view_prodotti.data.prodotti_elenco[0]. from card-title and card-text so you’re just left with {{titolo}} and {{descrizione}} respectively.
When using the data picker, select from the repeater loop and not the server connection.
When putting code into a post, could you paste the actual text (in a code tag) in rather than a screenshot? That would make it much easier to respond so we don’t have to manually type everything.