Forum Discussion
kasife
Helper V
3 years agoCompare Dates in M
Hi Guys, How to compare a specific date column with today's date? For exemplo: if 26/10/2022 (createdDate Collumn) < 26/04/2022 then null
MFelix
Super User
3 years agoTry the following code
try if [Date] < DateTime.LocalNow() then null else "ok" otherwise null