The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hi,
I have two triggers =
When a record is createdWhen a record matches some condition
I want same automation script to run whenever any one of the above points are triggered. Is there any way to do this?
Ex: If “New record is created” OR “Record mat...
Hi,
I have created a table with fields as Name, Phone Number, Address, etc. And have added data into it.
The requirement is I want to create an generic edit form for this table to update the data in it, In this Edit form I’ll be having a text box tha...
Hello,
As the image uploaded in Airtable returns the URL of the image, I want to convert the contents of the URL(image) to base64, btoa() converts the URL to base64 but not the content of the URL (Actual Image), I want the uploaded Image in base64 fo...
Hello,
So, I need to convert attachment file URL to base64 string, as btoa() function does not work in automation script, I am running a scripting app that converts URL to Base64 string and the output of the scripting app will be entered into a new c...
Hi everyone,
I have a table with created date column and some data, as soon as new record is created I have created a automation script the extracts the newly created record by sorting this column in descending order and getting the getting the first...
@Kamille_Parks , that seems like a good solution but it might not work for our requirement, because there will be many records creating each minute in a table, so it won’t be feasible, so have to figure out a way to identify a newly created record in...
Bill.French:
First you must fetch the binary value of the image from Airtable’s URL location.
@Bill.French , Can you please explain how to do this, like how to fetch the binary value of the image from Airtable URL.
Bill.French:
This funct...
@Bill.French , Sorry, I think I might have not explained it properly, Let me Explain the whole flow.
So the customer uploads their photo in the attachment column in Airtable and I have to use the photo and send a POST request to my website where I se...