The last two weeks were challenging in Belarus. We slowly got back to work and released a new build with some long-awaiting features. Sorry for delays, we’re doing our best under current circumstances.
Text Formulas
Finally you can use text in formulas. For example, create a composite text field:
Name + " " + [Public Id]
or create a clever URL fields:
"https://www.google.com/maps/search/?api=1&query=" + Address
Here is the full list of text functions
-
Length(text)
Calculates the number of characters in the text -
Lower/Upper(text)
Converts the text to lower/upper case -
Left(text, numberOfCharacters)
Extracts the desired number of starting characters from the text -
Right(text, numberOfCharacters)
Extracts the desired number of ending characters from the text -
Trim(text)
Removes starting and ending spaces from the text -
EndsWith(text, suffix)
Checks if text ends with a suffix -
StartsWith(text, prefix)
Checks if text starts with a prefix -
MatchRegex(text, regularExpression)
Checks if text matches a regular expression -
Replace(text, searchFor, replacementText)
Substitutes a matching part of the text -
ReplaceRegex(text, regularExpression, replacementText)
Substitutes regular expression matches in the text
Undo in Table View
We are working on Undo and in this release Undo works in Table View. You can do several actions and undo them using Cmd+Z. Note that Undo works till page refresh.
Fixed bugs
- After types move and original app uninstall there are problems with single select fields (they are deleted in fact)
- Renaming Type leads to incorrectly renaming Lookup Field
- Board View: axes units work incorrectly in case multiple types are selected
- Select table cells with shift+arrows on keyboard