Hi there! I’m a new Airtable user.
I have a list of URLs.
I need to get their document titles.
In Google Sheets, my formula would be:
=IMPORTXML("https://nickgray.net/bdc/","//title")
where “https://nickgray.net/bdc/” is the URL I want to query.
How can I do this in Airtable?