Help

Formula to get image url when saving to CSV

Topic Labels: Formulas
616 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Mark_Ataya
4 - Data Explorer
4 - Data Explorer

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!

0 Replies 0