How To Use Cloudinary Image Transformation?

Hello Pipedream Community,

So I’m trying to crop and resize using cloudinary step, but I’m not sure what to put on “Options”, I’ve tried to read the documentation, but still stuck, would be great if anyone can help me with this.

What I’m trying to do is to resize and crop to 512x512px, the transformation url on cloudinary is this:


How to put the command “c_lfill,g_auto:face,h_512,w_512” above on pipedream cloudinary step?

What I’m trying to do on this step is auto resize and crop the image using cloudinary and store the files on google drive.

Thanks!

I think I figured this out:

My new question is how to filter the return_value from cloudinary using pipedream, so I can get the img src url to send to google drive?

Thanks,