Skip to main content

Hey guys,


I wanted to export data into csv file but image url was exporting with the name of the file and the URL between brackets… So I did some digging to figure out a way to extract th URL and found this small formula and thought to save you guys some time researching:


REGEX_EXTRACT({Image Field Name}, ‘https?://.+/^)]’)


Cheers!

Be the first to reply!