Hi Team,
I want to have a button, and on clicking it, I need to call a Data Transform, Activity, or Flow Action. Is this possible? If yes, please explain how we can implement it.
Thanks,
Hemalatha Gatta
Hi Team,
I want to have a button, and on clicking it, I need to call a Data Transform, Activity, or Flow Action. Is this possible? If yes, please explain how we can implement it.
Thanks,
Hemalatha Gatta
This is not possible out-of-the-box (OOTB) in Constellation and is generally not recommended by design.
If you must implement this, your only real option is to build a custom DX component. Within that component, you can invoke a Data Page, which can then execute your Data Transform or Activity on the backend.
To call a Data Transform or Activity when a button is clicked in Pega Constellation, you need to build a custom DX component, as this feature is not available out of the box. Inside this custom component, you can invoke a Data Page. This Data Page should then be configured to execute your required Data Transform or Activity in the backend. This way, clicking the button triggers the Data Page, which runs your logic behind the scenes.