Display unique profile pulled from Airtable when logged in

Hey everyone! We’re currently experiencing difficulties displaying a unique user profile using Airtable and AuthO. Despite having all the necessary data in Airtable, we’re unable to display the unique user information when they are logged in. It shows the same user information for anyone that is logged in and doesn’t change based on login. Has anyone successfully resolved a similar issue? Any insights would be greatly appreciated.

Hi @Ceilidh.m :wave:

I think the best practice if you’re using that combo is to use a script to sync the Airtable user profiles with individual user metadata in Auth0.

That way, when a user logs into your WeWeb app via Auth0, you can access their metadata.

Does that make sense?

Hi @Joyce, Thanks for the response and that makes sense to me! So essentially I would write the script in AuthO to pull the Airtable data in? Would you be able to direct me where I could get some assistance writing this script? This is a little out of my wheelhouse.