Logged in User's Properties with External Collection

Hi there,
I’m testing with Users External Collection and when the user logs in, the only two data available for that user are Token and ID.

So my question is, my API is returning in addition to the token and the ID, the email but I can’t find how to have it available in Adalo.

Is there a way to access more data of the registered user without making a list?

Thanks!

I believe you need to be accessing a user collection, and using the external user’s ID to make sure it is the correct user. You might want to use a list, but to avoid that I believe you can do a custom action to the external API, and that ‘current’ data will be available on the next screen.

2 Likes