Hi community, that must be a primitive issue but I just cannot wrap my head around it for some long hours.
I have a form for an unauthorized user with dynamically added lines into a repeated group (RG). So the user can add as many lines as he/she needs. Looks like this:
Apparently when I store items to the DB they become available in the RG for every visitor on the website. I need to make them available for the current user only.
Very similar situation was described here Adding line to a repeating group trough my application but when I exactly follow the advised steps I don’t get the result. Maybe because Bubble had some updates in the functionality.
It just doesn’t make a cross-reference in the user DB table. In the nutshell I need to bind the entries to the current unauthorized user.
Thanks a lot for any guess!