My requirement is to display the data records in dropdown control using page list property as a source. We should see the data records as an options of dropdown in screen to select.
What source should be given to retrieve the data from the data type records?
You can try a method where you give the source as a data page. The data page will be sourced from a data transform where your pagelist property will be the source, and it’ll be mapped into Primary.pxResults
This can be achieved in another way by directly adding Data page and target property (data class property) as a source to the property (work class property) with the dropdown UI control. That work class property can be referred in the section to display the data in the dropdown list in screen.