Validate start date and end date in same year in microflow

0
Hi, please can you help me how can I validate that startdate and enddate must be only in selected year in microflow?
asked
1 answers
0

Hi Michaela,

in your Validation you can check is  $Holiday/Year (your year attribute) = trimToYears([%CurrentDateTime%])

 

I hope this can help you.

Kind regards,
Domagoj

answered