Airtable only supports files from fully qualified URLs so you might need to try to upload your image to cloudinary first and obtain the URL then use it for Airtable.
I have not tried it myself but one thing I know is Airtable will not use local file path.
I don’t consider my self good in explaining things. This is why I tend to create lots of project example.
When you upload anything to Cloudinary you get the URL back. use this URL to save in your record in Airtable or google sheet.
Airtable has a column type Attachment where you can upload files directly in it. Thunkable does not yet have a component to do that within the project.
So how do I use cloudinary with airtable,in my case am working on a posting app for a large group of people,I want it to be simple,but users can post images,and their post will get reactions just LIKes,and COMMENts,
Meanwhile am using Airtable as my Backend.
So please educate me and give tips please
You can do that using the cloudinary with MediaDB component. Once your user uploads the image, MediaDB will respond with the Cloudinary URL to retrieve it. Save this URL in your Airtable in the user’s post record so you can retrieve it whenever required.