Although I’m not actually looking for a popup URL in my case, for some reason I do not get the URL popup but I can configure it to get the image downloaded. What I get is a small bit of text at the bottom left of the screen “Waiting for xxx.bubbleapps.io…” and “processing request” but no popup like on the demo site.
However, if the URL bit was working, I would prefer the ability to capture the URL instead of presenting it to the user in a popup. I’d prefer this option so that I can capture screen images periodically and use them in a repeating group to use as a sort of ‘live tile’ menu where a user can select the page by it’s image. I want to capture and store the image URL to a table in the database instead of making it a popup.
Is there any reason why generating a screenshot is taking longer than expected? It’s about 40 seconds. It’s about 40 seconds until the “screenshotpro url is generated” workflow is run.
Hi @BubbleSam! Is there a way to do these 2 steps on the same WF? I’ve found that the URL is not saved on the DB if the ‘Create a new ScreenshotURL’ step is on the same WF as the ‘Generate Screenshot’ … on my app I cannot have a 2-step user-action process
No download needed, I would like to Generate the URL and save it in the DB in the same WF, right now, if it’s not a 2 step process (i.e 1 button for URL generation + 1 button for saving the URL on the DB), unfortunately is not working
Yes, you can. When a screenshot is taken it’s saved to your file manager on AWS, then you need to simply save the URL of the file to your database for later use.