The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I would like to convert this text into an HTML format so I can send an API call to a particular software, but no matter what I do this text output always come out wrong on this software.I am using a "markdown to HTML" formatter for this via Zapier an...
Hey, I am looking for a formula field to extract city, state and zip code from a full address fieldThis is how a full address looks like "New York, NY, 10031". I want to split them 3 ways using formula, how can I do thatI used this formula to get the...
Hey, I want to create an automation where when a new record is created, I want to wait for 90 mins and then proceed to the next step.Is there a way of doing this with script or something else?
The webhook wasn't receiving the record id, does anyone know whylet config = input.config();
let url = `https://hook.us1.make.com/tfvt3b9xyyjrnfa3y43t1pdjfhclweov?RecordID=${config.recordid}`;
fetch(url);
Hey, I have a table where I have a formula column that automatically generates an Airtable form link that prefills a few data such as name and email before sending it.
What I noticed is after someone fills out the form and submits it, a new row is c...
It is said in the MAKE documentation that one scenario can only run up to 45mins.Make natively supports delays of up to 5 minutes, but the way I created a 45 min delay was by using the sleep module that only supported 5mins and I created 9 of them wh...
Alright, I do have experience with MAKE.I have 2 questions tho,1. How do I create a formula field that adds 90mins in Airtable2. How do I tell MAKE to only take the date in the formula field that's in the past
@WilliamPorter @kuovonne The dekay is for this.When a lead comes to Airtable, I would like to wait 90 mins to see if they have booked a call with us, if they haven't then move them to a different table for the sales people to call them.I was using MA...