Hello
I’ve been trying to find a workaround to a particular issue within Bubble. It revolves around workflows for returning users.
I have a few apps where there is a workflow that allows users to immediately start using the app before they signup. This workflow might include creating a new thing within Bubble’s database. When it’s a brand-new user, and they go through the workflow, create a thing, and sign up, the thing is still attached to their profile, making them the thing’s Creator.
But for returning users, this is not the case. If a returning user tries to create a thing without signing in, but does sign in halfway through, they are NOT considered the thing’s Creator, and this can cause problems in workflows.
Currently, my workaround has been to populate each popup or group throughout the workflow with the “Parent Group’s Thing” so that it holds the data when the returning user is signed in, and if they go backwards or fowards in the workflow, the data will carry over, and I believe they are then made to be the thing’s Creator.
My question is, has anyone else encountered this issue and how have you worked around it?
Thank you