I’m working on a requirement in Pega Constellation 24.1.1 and need guidance on the recommended implementation approach.
Context and Requirement
I have a field which I made it as a actionable button that acts as a pop up button and upon clicking it shows a pop up. I have added fields inside the pop up and need to populate the values inside using API and I have tried to do it the usual way using the DT but it is not getting populated for some reason. I checked the tracer and the API values are getting stored in the property but not displaying. Kindly help me with this issue and provide me valuable knowledge on how to proceed on this requirement.
The Popup/Modal information is displayed from a Flow action since you mentioned actionable button (DX component I believe so). I hope you can configure the Pre Data transform on the Flow action rule to configure the required properties to display on the UI
Oh yes, I have configured the Pre Data transform and made the steps to display the values coming from API onto the fields but still it is not displaying inside the view. However when I added hardcoded values it is working and have even checked in the Clipboard the value is getting copied onto the property but never displays.
Thanks for the suggestion. Understood – I’ll use the standard modal rendering approach and keep the custom control only for launching the portal. But in my case there seems to be all the implementation part is fine and the value is also coming in the clipboard and onto the property. But not displaying in the fields for some reason.