Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
My datafile has a field with multiple tags that are joined like this:
TagoneTagtwoTagthree
Is there a formula possible, with help of regex, to put a comma between all lowercaseUppercase instances to seperate them?
With Airtable automations I see them in the test output results, but I’m not able to select them as variables to auto fill a field.
I know 3th party tools like make/zapier/miniextension are able to do this for me, but I don’t like to use them as it a...
Getting into formula’s a bit more as a novice lately, but struggling to get this one right. Anyone able to help me out on this one?
What I want is to change the Multiple Select Field as per below.
small instead of saverage instead of atall instead of...
Anyone can help me make a formula to write out the below numbers in a Single Line text field (A) that are styled like below, to full digits in a Formula Field (B)?
Field A
1
10
100
1k
10k
100k
1.1k
10.1k
100.1k
1M
1.1M
Etc.
So far I’ve come up to thi...
More advanced text handling would be great to prioritize indeed:
import rich text with csv importinline images in text fieldsbuild-in html>rich text converting engine (maybe via a formula similar to URLencode)custom variables like {{firstName}} in te...
Struggling to make these solutions work for me.
In my case if a field referenced by the formula is itself an #ERROR!, i’d like the concurrent formula referencing to it to output as BLANK().
Used this:
IF({Year} = “#ERROR!”, BLANK(), DATETIME_PARSE(CO...
With Airtable automations I see height and width in the results when doing a test run, but I’m not able to select them as variables to auto fill a field.
Thoughts / solutions anyone?