Is it possible to set/assign a record ID in the user database collection when a user signs up instead of the system automatically creating one? Thanks.
Hi @MarkLanz,
You can’t set the Adalo internal record ID manually, it is always created automatically.
Though nothing prevents you from creating an additional ID property in the Users collection and set the values as you want 
If you explain why would you want to set a record ID for a user, then may be someone will come with some suggestions how to solve the issue.
Best,
Victor.
Thanks, @Victor, that’s what I suspected. I used a workaround similar to the one you mentioned.