In Pega, when referencing a property within a page group, the correct syntax involves specifying the page group name followed by the index in parentheses, and then the property name. In this case, .Address(Home).State correctly specifies that the "State" property should be accessed from the "Home" index within the "Address" page group. This syntax is essential for accurately navigating complex data structures in Pega applications.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit