Hi @takolota,
The error is:
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.'.
Now I would assume this is because this is an archive flow the current condition is
Action1 is less than or equal to addDays(utcNow(),-365,'yyyy-MM-dd')
So it archives anything that is a year or older, the issue I would then presume is that some of the Action 1 dates are blank. Should I put a condition in saying is action1 equal to null if yes do nothing if no, condition 2, the condition above.
Sorry this seems to have tailed off from my original question but ultimately explains why flow is turning off.