Using a droplist (or any kind of list) in a repeater

Hi finn5fel,

You’re so close! The part you were missing was to edit the Add Rows interaction to give the rows being added some data. Currently, the Add Rows IX is adding empty rows to the repeater:

To resolve this, simply edit the entries under Text_1 and Text_2 to target a local variable, e.g. LVAR1, to reference the text on the “Title 1” and “Title 2” widgets . This will add rows to the repeater, pulling text from the widgets you are setting the text to (the droplist selections).

Lmk if you have any questions!

Repeater w dropdowns_EDIT.rp (117.6 KB)

2 Likes