Hello,
I have a scheduled flow that runs every month and sends out emails if the "Planned Kick Off Date" matches the date that the flow runs. It works as intended however every time it runs it appears as "Failed" with the error "Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'formatDateTime' expects its first parameter to be of type string. The provided value is of type 'Null'." My assumption is that the Get Items are retrieving null values as there are empty cells under the column "Planned Kick Off Date". My idea was to filter out the nulls before the further Apply to Each step by adding the expression "Planned Kick Off Date ne null" under Get Items Filter Query. However I am getting the error below:
"The expression "Planned Kick Off Date ne null" is not valid. Creating query failed."
What did I do wrong? I am attaching a few screen shots for reference. I would really appreciate if someone could help me figure out where the issue is.