Remove need for a user to repeat having to enter email on form to ensure they get their own answers?

I want a user who has logged in, to be able to use the tool (which outputs a GPT answer) to be able to see their results and their results only.

I managed to get them to see their results only by having them fill out a form (which spits out the GPT answer) but only by them putting in their email again. Then using the condition (‘Show answer if email = logged in user email’).

It’s not good UX for them to input their email again. Is their a way for them to not have to repeat their email in the form and still show the results of those that have been logged in?

I’m using a webhook → GPT → Airtable

Any questions let me know