Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Aug 5, 2024
1 parent bd79b32 commit 4ff2735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"name" : "Match condition",
"expression" : {
"language" : "spel",
"expression" : "#ROW.DayOfWeek == #DATE.nowAtDefaultTimeZone.getDayOfWeek.toString"
"expression" : "#ROW.DayOfWeek == #DATE.nowAtDefaultTimeZone.getDayOfWeek.toString.toUpperCase"
}
}
]
Expand Down

0 comments on commit 4ff2735

Please sign in to comment.