I’d like it for when whoever click to toggle off this pop up(manually), the page will load itself to my index, is there a way to do it?
I suppose i could add a pause but i think i prefer it better when someone manually toggle off the screen instead.
I suppose i could add a pause but i think i prefer it better when someone manually toggle off the screen instead.
2 workflows should do it.
When popup X is visible set state of PopupIsArmed?
to Yes.
popupIsArmed?
is Yes. So now what we can do is say if the popup is no longer visible we will take you to the homepage.Do when condition is true
[Conditional Section] Only when: PopupisArmed is Yes, and popup is NOT visible.
[Workflow Section] Go to index page.
thank you! it worked!
This topic was automatically closed after 70 days. New replies are no longer allowed.