Pega Constellation 24.1.1: Populating values inside a pop up in a View using API

Hi,

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.

Thanks in advance.

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

Hello, before going with customizations I would like to suggest you to review the following articles that explain different type of data visualizzation in Constellation:
Patterns in Constellation, Constellation Cheat Sheet and Understanding Data Access Patterns: When to Use Embedded, Reference, and Query List Fields
I don’t know the particular requirment but it seems like you’re trying to implement the read only Query with a non Constellation pattern

Having a custom control to launch poral is fine but for modal rendering using standard way if no explicit need for customization.

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.

Sure, I will use these resources for my implementation and see it works.

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.