Bulk modify database without a unique id?

I want to update records in the database, but I don’t have the “unique id”. I have a unique text field that could be used to locate the record.

Any suggestions?

Apparently, the answer is no. Will update this if I am mistaken.

Did some robotic voice say no?

You can search the database for any of the different fields as constraints. Perhaps the interactive lessons would help: https://bubble.io/lessons

Edit - I didn’t notice the “bulk” part … once you have a search result list of records to update, the best approach is likely to be either a recursive scheduled API workflow, or a Data API call.

I consulted with a bubble coach, and the answer was confirmed as a no. The easiest solution was to download the data i wanted to modify (with the unique ID), then match it up in excel (with the other field), using the Vlookup function, then copy and paste the values (without the formula), then to save as csv, and then to do the bulk modify function in Bubble.