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'm rounding up a field called "Total Hours" using ROUNDUP(). Total Hours is a field that adds 2 decimal numbers together. The decimals numbers have up to 3 decimal places.My understanding is that ROUNDUP({Total Hours}, 2) works like this: it will ro...
Hi, Airtable community!
I’m writing a script in the Automations tab. My first trigger creates a new record called newEntityId.
I want to link that newEntityId record to another record I’ve created in the script.
My problem is that you can only get th...
Hey Jake, that's great. We're on the Enterprise plan!Would you subscribe to new comments by creating a webhook or by using the list comments api call? In the API docs I found "list comments" but not "subscribe to new comments".
Hey Harsh, I would like to get notified for whenever a user comments, not just with "@mentions". Would you have a high level overview of how I can accomplish this using the API? Could I create a webhook that accomplishes this?
Hey Ron, thank you for the message.I'm sure all the numbers that we are adding together only go to 3 decimal places. Not to mention you can even see the sum here at the bottom only goes to 3 decimal places. It doesn't make sense for this to break for...