Skip to main content
Solved

Copy a value to another attachment column from a roll up value.

  • January 12, 2023
  • 1 reply
  • 0 views

Forum|alt.badge.img+3

the roll-up value consists of the image filename[image. jpg] and lmagelink[domain. com/image.jpg] now I want to create copy value that has an attachment-type column.

@ScottWorld and @kuovonne I'm a fan of you guys! or maybe someone knows the answer. 

Thanks!

Best answer by hanstudios

I found an old solution from @Florian_Verdon2 with this link https://community.airtable.com/t5/show-tell/native-url-to-attachment/td-p/116584. unfortunately, the data that I have is not a regular link which is why I used REGEX_EXTRACT({Job List Rollup (from Logo Image)}, "https.*", ")"). the result is perfect just that the URL has a close parenthesis on the last line  URL)

 

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+3
  • Author
  • New Participant
  • 1 reply
  • Answer
  • January 12, 2023

I found an old solution from @Florian_Verdon2 with this link https://community.airtable.com/t5/show-tell/native-url-to-attachment/td-p/116584. unfortunately, the data that I have is not a regular link which is why I used REGEX_EXTRACT({Job List Rollup (from Logo Image)}, "https.*", ")"). the result is perfect just that the URL has a close parenthesis on the last line  URL)

 


Reply