How to display countries name in dropdown control using data page

How to display countries name in dropdown control using data page

@AVINASHL4108

In pega OOTB we are having a control for displaying all country information values in UI as drop-down values, attached screen-shot for reference please check that.

Control Name = Pick-Country

If in case you are storing country information somewhere inside application in any table and you need to show those information as values in drop-down for country field. Then you could have a Data Page sourced with report definition which will pull all country information from needed table and use this data page as a list source for drop-down control field.

@AVINASHL4108

1.Create a data type and add a field Country.

  1. Add some records with Country names.

3.Source the Property with data page.