Fetching data from another table when filling in form

hi all,
i just use glide app for a day.
i need help on creating a form that could fetch data from another table. so basically i created 2 form right now for 2 different purpose, form A for the registration phase by my internal team, and form B will be filled by the customer.

what i need is, after the form A filled, i want it to be visible in form B, for example

form A filled with personal data including phone number that i will assign as the identifier in form B later on

and in form B after someone filling their phone number some of their info visible that fetched from form A table result, would it be possible if i want it to be fetched in real time, no need for the user to submit first?

If you utilize User Profiles, then a signed in user’s profile data is accessible anywhere throughout your app.

1 Like

as this form will be filled by 2 different user is it possible to do it?

Yes. Each user has their own user profile record.

1 Like