Passing multiple values through one global variable to display in a repeater

Hi All - hoping someone can help.

I have a listing page where the user will select multiple objects. When they hit the “next” button, the titles for each of those selected objects need to display in a repeater.

I am using a global variable to capture the title of each selected object, however, I can only get the global variable to register whichever object is selected last.

I put together a demo of what I am talking about.
test_variable.rp (3.2 MB)

Thank you!
Dennis

Hi Dennis. I’m using Axure 9 so I can’t see your file, but I think I get the gist:

live example | download rp file (78.9 KB)

To store multiple values from a repeater in a variable, you need to build a string that contains all those values. When you load the next page, you’ll parse the string and add the values to that page’s repeater one by one.

Hope this helps!

1 Like