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.
Hello, I have an automation that is being run when a webhook is received. I have noticed that the automation is being run multiple times for some records; it does not run multiple times for every webhook. I cannot manually recreate this issue. When I...
Hello! I am creating a bar chart and am running into a confusing issue. I am trying to basically remove the x-axis values from a chart but cannot do so. I am thinking it a difference in how Airtable stores the fields being used in charts? I am not su...
Hello!I have an Airtable base that, weekly, has a script run that adds roughly 300-500 records. Airtable Automations then assigns a specific value to a record based on criteria. IF a record gets a checkmark based on the automation, it becomes visible...
Hello!
I have a Jotform survey automatically going into Airtable. Some of the questions have “Check all that apply” with an “Other” response that prompts a free form answer. These free form responses are being added as multi-select option in Airtable...
Hello!
I am currently putting call data from Twilio into Airtable to then transform and present via Stacker. Currently, I can put the call start time (datetime), the call end time (datetime), and the duration (number) from Twilio itself.
I know there...
Hi @Harsh2, I just wanted to ping this again that I am still running into this issue. With your advice, I created a new automation that makes a record based on the Webhook received. The issue happened for both the main automation and the newly create...
Thanks for this tip! I created a new automation that is only the record population. Since the automation doesn't mess up if I manually send a webhook trigger, I will wait to see if a webhook sent naturally causes the error.Also, to note, when I look ...
REPOSTED TO PROVIDE BETTER SOLUTION:
Once again @Justin_Barrett saved the day on a different thread.
THE CODE BELOW IS FOR CONVERTING DURATION (number) to HH:MM:SS (string)
Here’s what I did to get the answer I needed:
Step 1) Make Formula field and ...