DX API V1: How to show a popup using Local Action with DX?

Hi,

I’m using DX API in a Pega cloud enviroment (version 8.5.1) and I need to show a popup, when the user click on a button.

Usually, without DX, I’d use an action set, with On Click Event and Launch Local Action as action.

This link: Pegasystems Documentation explain that with DX I can still use the local action.

But there is no documentation that explain how can I use a local action.

Is there a method that return the json of my pop-up? Can someone describe how to show a local action using dx?

Thanks,
Daniele

@DanieleD9965 DX API V1 has very limited support for a local action, other than a pop up that can update data. There is no support for a local action pop that after it is submitted, will run an activity or data transform.

Given that, the Angular Starter Pack does support a pop up, if you create button that has a local action as a pop up, it will display the local action and submit it back.

Give that a try to see how it works.