I don’t have experience with those functions, but I see the following different suggestion in the WEEKDAY() - AppSheet Help article. If this doesn’t work either, you should probably start by checking what’s being returned by your WEEKDAY function. Maybe your [Date] column isn’t actually a date or something.
Thank you! But I used the perfect first Solution of TEXT([Date], “DDDD”) to
get “Sunday”, “Monday” … and also TEXT([Date], “DDD”) to get the
abbreviated “Sun”, “Mon”, “Tue” . It’s already in my app and working
perfectly. Using the short version in the App to save space, and the long
version in my Bot Emails where I have plenty of space & need more inclusive
information. TYVM!
I responded to Mr. Suvrutt inside my email notification about his excellent Solution, I thought that it would automatically include my response here, looks like it did not, so I will copy/paste it now. His solution is working perfectly in my App & in my Bot Emails & now SMS messages.
Sweet, thank you very much!
I will use both versions of this in virtual Columns. =TEXT([Date],“DDD”) giving me short version “Tue”, “Wed” for use in the App and in Bot/SMS messages to save space.
And I’ll use =TEXT([Date],“DDDD”) so I can display the full “Sunday”, “Monday”… in my Bot Email templates where I have plenty of space.