Expression help for checking between dates

1
I have a microflow that I want to check whether or not a date that is given to it is from the current month, but im struggling a bit with writing the expression and looking for some help. Can anyone help me out with it?
asked
1 answers
3

Hi Zach,

Is this what you are looking for?

$YourDateTime >= [%BeginOfCurrentMonthUTC%] and 
$YourDateTime <= [%EndOfCurrentMonthUTC%]

 

answered