Save image picture which is already loaded

Hi, Kodular and Koders,
i want to save image that is loaded to image component…

but It shows error…

Why do you try to take the image URL from image component instead of the original path?
I think you should save the url into a variable and download from there…
After home initialize what is the value of image1 picture? Probably it is not the URL you are setting at home initialize block.

Because you are downloading a not URL. Please use URL. You already have the URL why dont you directly download it while still using it as a path, then let me assume you might load some URLs in your database, you are still able to download it, make a list, and download as a URL string. Hope it help