Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if Right(({your.field}, 1) = "."
then Left( ({your.field}, (Length({your.field})-1)
else {your.field}
if ubound(@Splittable, ".") = 3
then "1. " & Split(@Splittable, ".")[1]
& "2. " & Split(@Splittable, ".")[2]
& "3. " & Split(@Splittable, ".")[3]
else ...