Hi,
How to get the staring date time of week using the current now() function in Appian?
Example suppose Wed 14-05-2025, I want to get the date of starting of week i.e Monday 12-05-2025.
Thanks
Bihitak
Discussion posts and replies are publicly visible
now()-weekday(now(),3)
returnType : 3 here is to have first day of week set as Monday and output index to be from 0 to 6. Ref https://docs.appian.com/suite/help/25.1/fnc_date_and_time_weekday.html