I need update my bubble database and it would cost hundreds to do in bubbles server. I was hoping there was a way to creation a relation type format with a unique ID exactly like bubble
Hi @mack
If you’re trying to generate Unique IDs to match the format of Bubble, the best option may be to use the “Experiment with AI step”.
Providing a few example IDs to the prompt or fine-tuning is probably useful, however, there is no way to guarantee a generated ID will be 100% unique.
Another method worth exploring is to pull in a list of IDs, sort/filter them for the most recently created ID, and ultimately use an “Add math column” step to increment your unique IDs like Unique ID + 1
.
Let me know if this points you in the right direction!