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?