Pega constellation Dropdown

Hi,

How to get data from datatype into dropdown in constellation?

Regards,

VANNEMSETTI

@VANNEMSETTIV

You would configure a Picklist type field in the case data model and then use the data object’s list data page as the source for the list.

Configuring fields (pega.com)

Configuring Picklist field UX (pega.com)

Another option would be to create a Data Reference type fieldthat references your data object, and configure that as a dropdown.

Configuring fields associated with Case and data objects (pega.com)

Hi @VANNEMSETTIV,

Take a property of type picklist and in Display as take Drop-down list and then in picklist options take data page and give the details of your datapage as per your requirement.

Regards,

Prasad

@VANNEMSETTIV

Create a property with the Picklist Data type → configure the data page based on your requirements (see the attached screenshot for your reference).

I hope this helps!