Hi Community
I have a condition I'm stuck on and hoping someone can offer some support.
I have a flow that gets date information from a SP list and I want it to check some conditions before moving forward.
I want it to check date (Period From) if it is greater than date (Start Date) and less than date (End Date)
I also want it to check date (Period To) if it is greater than date (End Date) and less than date (StartDate)
I have used the following expressions in a condition but they throw back false so im slightly lost.
and(
greater(outputs('PERIOD_TO'),outputs('START_OF_ARCHIVE')),
less(outputs('PERIOD_TO'),outputs('END_OF_ARCHIVE')))
and(
greater(outputs('PERIOD_TO'),outputs('START_OF_ARCHIVE')),
less(outputs('PERIOD_TO'),outputs('END_OF_ARCHIVE')))