Hello,
First time with Make and on the forum too!
I’m trying to upload attachments (images) from Airtable to Cloudinary and get back the URL from Cloudinary to update the record with this info.
The scenario is working but there are 2 bugs which I think are important:
- I get "make “Missing value of required parameter ‘file’.” error message from Cloudinary module.
- Images are created each time. After 5 tests, I got 5 images on Cloudinary.
Here’s what I get from step 1 (watching for changes in AT) and step 2 (uploading to Cloudinary)
Any help would be SO appreciated.