Formula reference is wrong “Weekday(date)” should be “IsoWeekday(date)”
Can you please elaborate? Where do you see Weekday(date)
?
I assume you mean in our user guide. I’ve just updated it, thanks.
Yes! Sorry it wasn’t clear. I still see the example is using the old syntax:
Weekday(Today()) → 4
Should be:
IsoWeekday(Today()) → 4
I gave an AI the formula reference for help and it was using Weekday(), thats how I realised the issue.
Thanks!
1 Like