Hi,
I have two simple tables
votecount:
- cityid (text e.g. ‘Birmingham’)
- emails (linked to emails)
- count (number)
emails:
- emailid (number…)
- email (email address)
- votecount (linked to votecount table, displays the cityid)
On my react app, i want users to enter their email address and select their chosen city. I want to post that data to my airtable base. I’d like to simply post the email and the city name (not the linked record id) to the emails table.
Please could someone give me a hand with how to do that? I read something about typecast:true but i dont quite understand how that works.
Thank you