The goal is to sync a user created in the local user database with a table of users on Airtable. Things that I have working successfully:
User sign up form
Local User Collection
External collection on Airtable
Custom action that creates new record in Airtable upon submit
Sync Airtable Record ID back to local user
So all of these things are working - but what isn’t happening are the entered values from the user in the form (first name, last name, email) aren’t being sent to the Airtable record.
Any ideas what I’m doing wrong?