Save image from url

Hi
im trying to save image from external url using codeless but im not able to do it.
what blocks should i use other than Create File block?

Hello

Firstly you have to download/read a file by provided url as bytes-array and then create a new file using the lit of bytes

Here is a logic how to do that

Regards, Vlad

Thank you @vladimir-upirov
didn’t know the “Read File” block can read file outside the files API