Jan 12, 2023 05:00 AM - edited Jan 12, 2023 06:03 AM
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!
Solved! Go to Solution.
Jan 12, 2023 07:25 AM
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)
Jan 12, 2023 07:25 AM
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)