Repeating Group User's Preference

Hi everyone,

I’m creating a page where a user selects his/her preferences (almost like a questionnaire), and at the end, the system makes a final recommendation. On one of the pages, the user needs to select all regions he/she is interested in (Africa, Asia, Europe, North America, and South America). These options are set up as option sets in the database. I initially tried using checkboxes, but it seemed bugged. I finally made it work with a Repeating Group and icons. I’m storing the information in a custom date called “Selected Regions”. I create a dynamic text field to show the regions selected (formatted as texted) and I can validate that it captures the correct information.

I’m now trying to pass this information on to the next page when the user clicks next. I’ve selected Things to Change: Current page’s User Preferences (like I did in the previous pages). I’m having issues with the following expression though.

“Preferred Regions = RepeatingGroup Region’s Selected Regions (More…)”. It asks me to add an operator, but I don’t know what to add.

Any help? :slight_smile:

THANK YOU!

Can you please share the screen shot of how you are passing the info to next page?

1 Like

Thank you for your reply. I’m attaching two screenshot showing how I passed the information before and then a screenshot of where I’m stuck, trying a similar approach. I’m a beginner so I apologize in advance.



If you wanna store directly the Option Set items in User Preferences, set the “Preferred Regions” field as List of Region OS
image

While updating the record, set the field value like below using “set list”
image

This topic was automatically closed after 70 days. New replies are no longer allowed.