Hi, I am working with multiple popups in one page. I have encountered the same problems as others with popups which I want to be in front but are presented behind the first popup.
Now my scenario is that I would like to see only one popup at the time for focus reasons. What I can do is that I hide the first popup in the workflow and when closing the second popup, tell the workflow to show the first popup again. This works well as long as I can refer to an entry of that first popup. But it does not work if I cannot refer to a specific entry (because there is no direct connection in the database between the presented data of the two popups).
My question is: Has Bubble a programmed workflow which say “Show the previous popup with it’s last displayed data”?