Hi everyone,
So I have a form where I am gathering reviews of a dish.
I am using Airtable as my DB and I have three tables, one with users, one with reviews and one with dishes. There are relations between them.
I am trying to populate my review table with the following info through a form:
- Star rating
- User review
- User name
- Dish
The review table looks like this:
The problem I have is that Glide doesn’t allow me to send data from the form to columns User name (formula) or Dishes (relation/link).
I would love to understand why and see if there is a solution to this.
Thanks,