AI has written a formula for me (same as I would):
DATETIME_FORMAT({Booking Date}, "dddd")
but the result is always an empty formula field (the Booking Date field contains valid dates on every row). What else can I try (to see day of week)?
AI has written a formula for me (same as I would):
DATETIME_FORMAT({Booking Date}, "dddd")
but the result is always an empty formula field (the Booking Date field contains valid dates on every row). What else can I try (to see day of week)?
@Jjenglert I do confirm this strange behaviour, bug here ![]()
@matthieu_chateau and @MarkSchofield what would you like to get with “dddd” ?
thanks @artur
This is what happens in Airtable when using the formula DATETIME_FORMAT({due date}, "dddd") - formula field “Day of the Week”
pls try DATETIME_FORMAT({due date}, "EEEE")
"EEE" is abbreviated (Mon, Tues)
"EEEE" is full (Monday, Tuesday)
To note that Softr’s “help write formula with AI” will need to be updated to reflect this syntax in place of “dddd”.
Thanks @artur
Going to instruct AI to be smarter about those…