Content of variable in repeater


#1

Hello everyone, i have one question

I have a repeater, and ii want that, in the 3rd column of it, in the cells, there is the value of variable written in an input text
how can i put the value?
(I try to write “[[nameOfMyValue]]” but it’s doesn’t works :sweat_smile:

Thank’s for your help !


#2

In the repeater interactions, on the Item Loaded event:

  1. Add a Set Text action, select the shape where you want to put the value
  2. For the text value put [[nameOfMyValue]]

Demo | Putting Variable Values in a Repeater.rp (56.1 KB)