Data Iterator vs Data Repeat General Inquiry

I’m looking for some insight and understanding about the major differences between these two options. I’ve been working through both and know I’m missing some fundamental value of each.

Thanks in advance for sharing

The repeater repeats the data inside it, based on the expression used - i.e. it may return 1 or 100 records.
The data iterator component iterates through your data record by record - i.e. it always shows one record.

1 Like