The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
Is there a way to select the second line in your google docs as a source of information to input within a record. For example, I want the second line that I write in google docs to fill out the “subtitle” field.
Yep - this is possible, but not without code and skills. Briefly…
Create an Apps Script in the Google Document that parsed the DOM of the document.
The Apps Script would seek out the subtitle field object and tease out the entry.
The Apps Script would then call to a Webhook action in Airtable which would open the appropriate table and insert the record with the subtitle value in the desired target field.