How can I open a page as a popup via Microflow?

1
How can I open a page as a popup using a microflow? The ”Show Page” item allows me to open a page and pass an object there, but how can I open this page as a popup over the current page? Thank you in advance!
asked
4 answers
9

If it is a page that is not using a popup layout, you could create a snippet with all the content of your page and create a second one showing this snippet using a popup layout.

answered
4

change the layout of the page to PopUpLayout, and add a Show Page activity to the microflow pointing at the popup page.

answered
1

Maxim

If the page you open was created as a pop-up page, that's how it will open.

Mike

answered
1

Hi There I have the same problem, 

 

How can i add an full pop up page, which comes before the login page, like an sort of Cookie page, but then a Pop up page?

answered