I have a requirement where the user has to select all the skills that he possesses from a multi-select dropdown. I use Pega 24’ Constellation. How do I configure it? Can the list of options in the dropdown be local values or they must be referred from the data records? My requirement is that I want the options to be local. Somebody please help me out.
We can use Data Reference field as a combo box , with source as a Data Page. You can configure data page to source data via logic in data transform or data records.
You can find a similar post regarding this - https://support.pega.com/question/can-we-achieve-multi-select-dropdown-23-constellation-version
@Aditi Mehta
Okay, Thank you.