How to Iterate Over a Value List in Pega (Without Writing an Activity)
As we all know, Pega has different types of complex collections such as Page , Page List , Page Group , Value List , and Value Group . Although Value List and Value Group are deprecated, you can still see that Pega uses them internally to maintain certain data on the clipboard. A good example is pxCoveredInsKeys . In real-world projects, we often get requirements where we need to iterate over a Value List . You can easily do this in an Activity , as the option is available out of the box (OOTB). But what if your LSA asks you not to use an Activity? How would you handle this requirement then?