Is there an App function to capitalize the first letter of every word in an input, like the proper function in excel?
THANKS
Is there an App function to capitalize the first letter of every word in an input, like the proper function in excel?
THANKS
@DALLAS_MOORE I’m afraid there’s currently no built-in expression for capitalizing the first letter of every word in AppSheet. Can you try using a sheet formula instead?
(Deleted my original comment)
@Harry thanks
I think you can use the Actions feature in Appsheet for this. You’ll have to concatenate the first letter (set to UPPER CASE) and the rest of the input, though.