Hello, I'm trying to extract the URL of an attachment as indicated here, i.e., using:IF(Attachments, REGEX_EXTRACT(Attachments, "(?:[^(]*\\()([^)]*)")) This successfully creates an URL ("dl.airtable.com/.attachments/........./......./...jpg"). Howeve...