Hey @gorby try with the website link with then append the sub path of the img like if the img src is product/image.png and the website url is https://example.com then try it as https://example.com/product/image.png
No path.combine if for local folder path you cannot create a url using this you’ve to use simple string concatenation like str_URL = "https://example.com" & "/images/pyramid.png"