Hi Everyone,
I have a repeating table with many different drop down menus, and those menu's contains a few different options.
I have created a repeating text field, and I want to push data from the different drop down menu's into the repeating text field, and each time data is pushed to the text field, it will automatically create a new row in the repeating text field.
Using rules I can push data to the text field but it doesn't create a new row, it only overwrites the data that already exists there. I can also use the 'concat' function to push multiple pieces of Data to a single non repeating text field, but I want to separate each new piece of data into rows.
Is there any way I can do this without code?
I hope this makes sense, Thanks in advance.