
Good morning/afternoon/evening all,
I have created a flow that archives from a SharePoint list and then deletes from the current list.
Top condition is the value is equal to null, second is value is less than or equal to addDays(utcNow(),-365)
It then creates the item in the archive and deletes out of current list. It's scheduled to run once a day but it never ends it does archive but the flow never ends.
Without the null section it fails saying:
Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'lessOrEquals' expects two parameter of matching types. The function was invoked with values of type 'Null' and 'String' that do not match.'.
This being because there is blanks in the column which is a date column.
Andy advise kindly received!
Thanks,
Edd