Is it possible to pull images?

Is it possible for whenever a new image is uploaded onto this database for it to pull the images and add them to a google sheet?
I want to pull images from postimg.cc/files

I have different SKUs with images inside of individual folders
so ABC1,ABC2,ABC3,etc all have images in them

Example
ABC1 is currently on postimg.cc;

ABC1 is detected on the SKU column on google sheets;
the images are automatically posted in the ABC1 row in each respectful columm i.e img1 column,img2 column,img3 column, etc

Is this possible with this platform?

I could use dropbox aswell

If you can get the URL of the images, you can map that in the HTTP> Get a file module to download the images and then map the output to the GS > Update a row module.

1 Like