Aggregate Data Source in Data Page
I have a task to use an Aggregate source in a data page. Please explain why we use it and provide an example.
***Edited by Moderator Marissa to change type from Pega Academy to Product, added Product details and Capability tags***
To see attachments, please log in.
@Satya K we use an Aggregate data source in a Data Page when we need to combine data from multiple places. Instead of using just one source, it allows us to fetch data from different sources like report definitions, data transforms, or REST connectors and merge them together. This is useful when one source doesn’t give all the needed information. For example, to show patient details, we may pull basic info from the database and insurance info from an API. The aggregate source lets us do this in one data page. It helps organize and reuse data sources efficiently.