Calling Flow Action or DT, Activity on click of the Button

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.