I’m using Airtable to manage designs for a t-shirt business. I upload the transparent PNG files to the table and I use some tools that need the direct download link for that file. I was able to get the URL for the file using this formula:
RIGHT(LEFT(Interior, LEN(Interior) - 1), LEN(LEFT(Interior, LEN(Interior) - 1)) - SEARCH(“https://”,Interior) + 1)
But it only opens the file in the Airtable Viewer. I need it to download directly to my computer when the link is visited.
Possible?
