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.
Airtable experts,
My boss is stuck on Excel and refuses to use the daily report I have made in Airtable, so I am currently stuck doing a csv export everyday and then emailing it out manually. Is there any way to create a csv/Excel document and then ...
Airtable team,We have a relatively large team using Airtable across multiple departments. It would be awesome if the Collaborator field could be pared down to just the collaborators in a particular department. For instance, if we have a Collaborator ...
I have searched the community for an answer to this and I am beginning to think it isn’t possible. I am wanting to use the scripting app to generate unique lot numbers for products my company sells. To keep the lot number unique, I want to have a s...
Community experts,
Sorry for the long title. I am very new to coding of any kind and without the community I would have never gotten this far.
Basically, I have a synced table in my base and I have a automation script to link the records based on a ...
Hi all!
I am not very good at JS, but I have to figure out a way to built a robust front end for an Airtable base and I have zero budget (I might as well start working on world peace while I’m at it). I have figured out how to retrieve and log (Logg...
Our company could definitely use this functionality. It seems odd that this still has not been implemented. Why create a viewable report that cannot be saved and distributed throught the automations?
Our company has gone with the enterprise plan as well. I am constantly having to clean up select fields to remove the type-o’s and non-standard entries. This is a much needed feature. There are also other opportunities to create user groups with m...
Thanks for the suggestion @Kamille_Parks! I don’t think that work around will work for us, but I will give it a closer look and see.
I was actually thinking of something like the permissions capability. Just a toggle switch beside each collaborator ...
I was able to get the webhook working perfectly.
const data = { CurrentCount: Number(currentCount) + Number(multiple) };
let webhook = await remoteFetchAsync('https://hooks.airtable.com/workflows/v1/genericWebhook/appXXXXXXXXXXXX/wflJmpBH8mhqXXXXXX/...
Thanks for the quick response @kuovonne!
Do you know of an example using the webhook automation with another airtable base? That sounds like an interesting idea. I will also look into the permissions route. I was unaware you could set it up so tha...