Skip to main content
Solved

Automatically adding URL to Attachment Field

  • November 3, 2023
  • 3 replies
  • 209 views

Forum|alt.badge.img+5

Hi everyone,

I was wondering if we would be able to automatically add an URL as an "URL-Attachment". This way I would be able to fetch a QR Code image and have it in my table.

I could not find anything online. Unfortunately I can't install extensions that are not directly from Airtable. 

Thanks for your help,

Eren

 

Best answer by Arthur_Tutt

Hey @Eren1 this is a pretty quick automation. I'll take you through how to set it up:

Sample Base Layout (and desired result - example URL turned into attachment):

 

 Automation Trigger - When URL Field In Record Is Updated

Automation Action: Update Record - Update attachment field with URL from URL field

 

Done! Let me know if that worked for you. May need to adjust the trigger based on your specific use case and how your data is input/updated. 

3 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • November 3, 2023

You can automatically do things using automation. You can automatically upload an attachment using an update record automation action. You may need a formula


Arthur_Tutt
Forum|alt.badge.img+19
  • Brainy
  • Answer
  • November 3, 2023

Hey @Eren1 this is a pretty quick automation. I'll take you through how to set it up:

Sample Base Layout (and desired result - example URL turned into attachment):

 

 Automation Trigger - When URL Field In Record Is Updated

Automation Action: Update Record - Update attachment field with URL from URL field

 

Done! Let me know if that worked for you. May need to adjust the trigger based on your specific use case and how your data is input/updated. 


Forum|alt.badge.img+5
  • Author
  • Inspiring
  • November 6, 2023

Issue I had was that I thought that it would not be possible with a formula field. My bad. Somehow it was greyed out. But it sure works.

I created another automation to created the missing attachements since I already have a pretty long list.
Couldn't think of a better way. 

 


Thanks a lot.