I have a ‘Payment receipt’ form I want my users to fill in to confirm they received the compensations I send them, and I need to keep a record of who completes this form.
I have a user database table, and Payment receipts table (and form). When a user fills in their Payment receipt form, I’d like the corresponding ‘Payment receipt’ column in my users database table to get automatically populated.
It seems like a simple thing to me, but I really can’t figure out how to set this up and if it’s even possible. I’m really new to Airtable and databases so it might be something really basic, sorry!