I’m trying to filter calls based on the day of the week in a Genesys Cloud Architect flow. I’ve been using GetDayOfWeek but it feels brittle when handling timezone shifts. Is there a cleaner way using DateTimeDiff? I tried DateTimeDiff(Now(), StartOfWeek(Now()), "d") but the syntax keeps failing validation. Anyone have a working expression for comparing current date against a specific day without relying on external APIs?