I have created a flow that pulls from a planner daily to check for any 'overdue' tasks. An overdue task is a task that has not been marked completed by 48hours.
I have the flow check daily at 5am for any uncompleted task, and then a condition that does a comparison to an Array CreatedDateTime. This CreatedDateTime is what I am "greater than or equal" to addHours.
I do not work with expressions often. This is the error message I got:
InvalidTemplate. Unable to process template language expressions for action 'Condition' at line '1' and column '2938': 'The template language function 'addHours' expects a timestamp as the first parameter, the number of hours to add as the second parameter, and an optional format string as the third parameter. The function was invoked with '1' parameter(s). Please see https://aka.ms/logicexpressions#addhours for usage details.
Any assistance, in correcting this would be greatly appreciated... please see flow below.