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
Maxim Velichkin
3 answers
5
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
Andreas Blaesius
3
change the layout of the page to PopUpLayout, and add a Show Page activity to the microflow pointing at the popup page.
answered
Ahmad Ai
0
Maxim
If the page you open was created as a pop-up page, that's how it will open.