Hey, I need to pass a unique user ID to my API, but in the bubble.io database the only helpful field I see is the built-in “email”. Does the bubble generate a unique user ID or do I have to do it manually or with a plugin?
Every ‘thing’ in the database (including Users) has a field for Unique ID.
So you should simply be able to use that.
Could you please add a screenshot of what it looks like for you? I really can’t see that field.
I haven’t noticed the “additional fields” button before, now I have everything I need, thanks a lot!
5 Likes
How did you access the users data object when sending over to your API
I’d also like to know this.
When building the JSON payload in the API Connector plugin config page, it’s hard to know what the actual dynamic value should be. EG:
{
“userId”: “”,
“email”: “”
}
What should be in between the <> for each key/value pair?
those are usually dynamically assigned from user inputs or from the database