Can someone please advise how I can achieve the following please, I am ‘nearly’ there, but one key point missing.
The attached page is working and achieves exactly what I want in terms of functionality. If you go to the ‘Add rows’ link it does what I want add adds a row!
This achieves what I want in terms of security but…the ‘Add rows’ link now doesn’t work. Running in debug mode doesn’t show anything wrong. Does anyone know how I can achieve both the functionality and the ‘Current user’ requirement please for these repeating groups? The links are just for a test app so feel free to edit directly.
Does anyone know if what I’m asking is achievable? I’ve looked at every which way I can but can’t get both the ‘Add row’ and the ‘Current user’ requirement to work together, both are fundamental requirements for my application.
Would very much appreciate some assistance if possible please
Can anyone advise please? I am at a complete standstill and have no way of getting support other than this forum. I would like to know if it’s possible to allow a user to add a row AND for the repeating group to be set for current user as per the links and examples above.
@john6 When the user clicks the ‘Add row’ button, you’re creating a new ‘Repeating Group’ thing, but you need to change this thing’s ‘User’ field to Current User.
Thank you very much for this. I think your first sentence is where I was getting confused ‘when you are not logged in.’ I always (wrongly) assumed that when previewing an app it would be logged in as a user of some kind. Subsequent testing shows that this was working as it was originally, it’s also very helpful what you showed regarding the ‘Created by’. Thanks again.
Yes, there is a “Current User” which Bubble stores on a cookie even if you are not logged in, so you can sort of pass stuff around in the current user and it works nicely. It even copies it over when you sign-up for real.
But you can’t do much else with it. So you can’t list of “sort of users” or anything like that.