Dec 06, 2022 08:42 PM - edited Dec 06, 2022 08:44 PM
Hello there!
My goal is to get a video from my Airtable record and Transform it with Cloudinary.
I've tried using the Airtable "Search" and "Watch records" module(both successful at picking up the right record), and then retrieving with Make's HTTP module as well as directly to Cloudinary's Upload module.
Both HTTP & Cloudinary modules seem to be failing at retrieving anything with the Airtable URL. Do you have any tips on where I am going wrong? New to APIs in general so it's tricky for me to troubleshoot on my own.
Dec 07, 2022 01:08 AM
@Shuyen Try to use Get a Record instead and ensure that the addressed Airtable record has an URL filled up.
Dec 07, 2022 01:27 AM
Thanks for your comment. I'm not sure how to plug in the "Record ID" as a variable though?
The trigger should happen when a Video exists ({Video} is not empty) but a GIF does not ({GIF} is empty)
I've set up a filtered view for that on Airtable for Make to watch.
Dec 07, 2022 01:41 AM
@Shuyen Add a formula column to your table with RECORD_ID() function. From there you can take Record ID.