Add Dynamic Text to New Repeater Row


#1

Hi there, I hope you can help…

I’m building a Category panel with a repeater and would like to populate a new category with the name of the category that I type in an input box. I’ve added a file with everything working apart from the new category (new repeater row) only uses a default name of ‘New Category’ instead of what has been typed in the input box.

categories.rp (52.8 KB)

Thanks in advance, its much appreciated.


#2

Hey @MatthewSheppard, if you set the value to [[This.text]] in the “Add Rows” action, your prototype should work as expected.

I hope this helps! :slight_smile:


#3

So simple, thank you so much!