The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hello everyone,
I am using webhooks to trigger an Airtable automation from Stripe event.
Then using script to call the Stripe api to pull additional data about event.
My issue, is that the data I need comes back as a list, and I cannot use the info i...
Hello,
I am looking to use Airtable to:
Register a volunteer to teach a yoga classEnter information about the location of the classEnter information about each class held at each locationEnter information about students who attend each class.
My curr...
Hello,
I consult and deal with a lot of companies who only use their acronyms…
I am creating a light CRM, and would like to Input the org name into a field, and have a script that returns the acronym for the name in another field.
I have found it ver...
Thank you for the replies, including screen shot.
The api returns a list and I am just not sure about how to work with arrays and scripting in Airtable. I would like to avoid using zapier or Make(Integromat), also I understand they may make this eas...
This is interesting subject, would like to hear update if it solves your problem to satisfaction.
Is there any way to use webhooks or API to do this?
Thank you!
Hello,
It has been awhile and I didnt get to offer my gratitude before all this bit of “New Normal” started happening. I really appreciated the help, and ran into some trouble I cant figure out…
// Markdown for intro
output.markdown('# Hello, world!'...
Thank you @Stephen_Suen for the final touches!
Here is the complete code put together.
let orgTable = base.getTable("Organizations");
let orgRecords = await orgTable.selectRecordsAsync({
sorts: [
// sorts by "Organization" in ascending...
Nigel_James:
This splits a phrase at spaces, returns another array of the capitalised first letters and then joins them back together with no separator.
thank you for the help!
I am able to create an acronym from a string, however, how can I g...