is it possible to make a workflow that when a condition is true a popup will show no matter what page you are on and the popup cant be closed again unless another condition is filled?
f.ex if a subscription isnt created after a trial is expired this popup will show and block the application to be used until there is registred a active subsription on the user..
You can use the Do when condition is true event and set its occurrence to every time. Put your logic in its conditional and add the action to show the popup accordingly
Keep this popup as a reusable (set a group as a reusable that has this popup, so that you can control the show/hide logic in the reusable instead of replicating on every page) and import the same on every page