Output from Get Catalog Variables for List Collector type changed from string to GRProxy broke existing customers up grading to QuebecDescriptionPRB1406475 switched List outputs to GRProxy (think of this as GlideRecord) so it can be iterated on via ForEach. This was an unintentional change in behavior. PRB1502254 adds ability to control if you want GRProxy or if you want the string as was Paris behavior via the property. To do this, create a new property com.glide.hub.flow.catalog_variables.list_collector_as_grproxy and set it to false.Steps to Reproduce Install attached update setFind the catalog item "CS5373839 Item" (/nav_to.do?uri=sc_cat_item.do?sys_id=5059f4d1e5a03010f87707246cf16d07)Try ItSelect 2-3 users (Abel Tutor, Abraham Lincoln, etc)Click Order NowClick on the RITMClick the Flow Context linkPreviously, the Get Catalog Variables output was a string, but now it's a GRProxy which is iterable(See attached screenshots)WorkaroundModify flow to use newly formatted output. Related Problem: PRB1502254