I am pulling from a SharePoint Online List and filtering the date column to include entries from the last month
Flow
Date Column
And the error message that I get is
The execution of template action 'Filter_array' failed: The evaluation of 'query' action 'where' expression '@greater(item()?['INITIAL_x0020_APPT_x0020_DATE'], '3/01/2023')' failed: 'The template language function 'greater' expects two parameter of matching types. The function was invoked with values of type 'Null' and 'String' that do not match.'.