How to run an activity on a button using constellation UI on Pega 8.8

I’m doing some testing on a new Pega 8.8 environment and while testing the Constellation UI creation I didn’t see any way to add buttons to run Data Transforms or Activities (Or buttons inside tables).

How can I add a button that runs an Activity/Data Transform on a view using the new React UI?

@VictorB94 Constellation is all about separation of concerns. Buttons and action sets would violate this principle by allowing you to attach business logic to a specific view. You can absolutely run activities and data transform, but as part of the process - like in this example.

This way you can easily expose your app via any channel using our DX API, and still can be sure its behavior is consistent. For more information, check out this link and the FAQs:

@mrwolf Thank you for the clarification!