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.
Hi folks,I've been trying to solve this puzzle all day; there are quite a few scripting examples in the community here that I've tried to adapt to my use, to no avail.Here's the situation:These two columns should be ordered exactly the same, except t...
Hi folks : )I'm trying to put a link in an automated email, and it keeps generating a sequence of characters at the end of the url that makes the link useless. Here's how I have it set up in the body of the email:Here's what the end of the url is sup...
Hi folks,
I have embedded into a web page:
A table
Containing a lookup field
From a synced table - and it looks like this:
At the moment, expanding the record in the lookup field only opens up the one cell:
But I want it to open this:
Can this be ...
Hi folks,
I’m trying to maintain a uniform look in all of my tables, and one way I see to do that is to capitalize every character in every field. Is there a way to do this?
Thanks in advance,
Shawn
Hi folks. I’m trying to create a way to allow a member of our team to edit a shared view, and I’ve reached a snag.
Here’s what I’ve done so far:
Created a synced table in a new database using the data from the shared viewAdded 3 new columns in the ne...
In case someone comes here looking for a solution that will work with invoice line items, here's how I adapted this script to do just that:// get recordId that triggered automation from
// input variables
let recordId = input.config()['recordId'];
/...
After spending almost two weeks trying to solve this problem, I found the solution in this thread:https://community.airtable.com/t5/automations/sorting-linked-records-in-automation-script-for-summary/m-p/147429/highlight/true#M10583I swapped out the ...
The results of the "Find records" action are used as a list to create a series of new records in a line-items table:These new records sort themselves according to an order determined by an autonumbered lookup field from a table containing all of the ...