I have a script that generates the complete contents of an HTML file. I’d like to output this HTML file as an attachment in a field.
Is it necessary to call off to an outside service in order to create an attachment with that HTML content?
I don’t need the URL of the attachment to persist very long. The usecase is I need a non-technical person to be able to download the HTML file after it is generated with variables that person has just specified.
I have a version of this working using GCP, but I’m wondering… can be done entirely within Airtable?