How to get combobox label in repeatable section?

I want to use label from combobox in text:


but it doesn’t work in repeatable section. Any ideas?

Try to use technical field to get combobox label:

  1. Add textfield and change it to a technical field in security tab (Bezpieczeństwo → Pole techniczne).
  2. Set the data source from another field (Interakcje → Źródło danych z innego pola).
    Zaznaczenie_1539
  3. Use technical field id in your text:
Wysokość dochodu ${GesTextField3}

Don’t forget to add listening on your fields. It should work.

1 Like

Thanks, now it works :slight_smile:

1 Like