Hi all…I chose Bubble to develop my app but I’m starting to regret it. I need to make a single update to a database field but its anything but simple. I can create a new row in the database but updating a field is beyond me. I’m attempting to search for the ‘table’ and then I set some constraints to uniquely identify the ‘row’. I then try to use the each items ‘field name’. However, this does not work and errors with every permutation of options after the initial search. Can someone just give an example of how to use Make changes to things…also, my value is in the dropdown. Thanks in advance, Michael
What is your setting for “row”
The first step is always to target the item you need to update. Is this your issue?
Maybe you can share some screenshot of your settings?
Always share screenshots and other informations that will make easier for people to understand your problem.
That being said, make changes to an specific row is actually pretty simple, first you need to select the table you want to change, and then you select the field. On the following screenshot you can see it clearly
You’re absolutely correct, making changes to current user table is simple…however, making changes to anything you need to search for is not easy
Now click in “more” and then select the field you want to change
I’ve tried every permutation of More…
Also, added constraints to filter on user and game week (rationale is that the correct selection 3 field would be identified but it doesnt work)
It’s simple…
First define the thing to change (note: it has to be a single thing).
Then define which field(s) to change
Then assign values to those fields.
I thought I’d done that. Based on my data type, how would I do that?