Forum Discussion

Gilbert Okello's avatar
Gilbert Okello
Iron Contributor
Aug 07, 2016
Solved

Issue with creating DateTime Condition in Microsoft Flow

I am trying to create a recurring Flow which checks the difference between a date field [ContractEndDate] and variation from todays date.   If ContractEndDate is less than (todays date + 15 days) ...
  • Mike Platvoet's avatar
    Aug 08, 2016

    The adddays function returns a string (iso date format), but the first part of your less function contains a date format that has not been formatted yet, so I suspect that the string compare does not give a proper result.
    You should format the ContractEndDate to the same string format as the calculated date to have the Less function work as expected.

Resources