Thanks! For now, I seem to have this solution working:
- I’m using API Flash to grab the screenshots
- I’ve created a token for each user stored in their User record
- I pass the user token when I call API Flash, and it passes the user token when it calls the bubble URL
- I have a front end work flow that checks for the presence of this token in the URL and if present, it loads the dashboard for that user (without them having to log in)
- With this working, I should be able to create a back end workflow that executes this for the list of all users.
How does that sound to you?