I write a formula with switchif, that can show today’s weekdayname.
If Today was Monday, then show 1
If Today was Thuesday, then show 2
If Today was Wednsday, then show 3
If Today was Thursday, then show 4
If Today was Friday, then show 5
If Today was Saturday, then show 6
If Today was Sunday, then show 7
(I’m not use WeekdayNumber, because I want to change other character.)
Formula was SwitchIf(WeekdayName(Today)=“Monday”,“一”,WeekdayName(Today)=“Thuesday”,“二”,WeekdayName(Today)=“Wednsday”,“三”,WeekdayName(Today)=“Thursday”,“四”,WeekdayName(Today)=“Friday”,“五”,WeekdayName(Today)=“Saturday”,“六”,WeekdayName(Today)=“Sunday”,“日”)
If the error message you get from Coda when hovering the formula (when the formula editor is closed) tells you something like : “Can’t convert the value to specified format” …
… You could try changing the data type of the result returned by your canvas formula from a Date one to Text .