Skip to main content

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?

I think Script Block is the best pathway.