Hi,
I have been trying to get a flow to send an email when a certain field has todays date in it.
I have set up a filter array to look through the column for todays date like below screenshot but keep getting an error
The execution of template action 'Filter_array' failed: The evaluation of 'query' action 'where' expression '@contains(item()?['ActualLeaveDate'],outputs('Compose_Todays_date'))' failed: 'The template language function 'contains' expects its first argument 'collection' to be a dictionary (object), an array or a string. The provided value is of type 'Null'.'.
If I change to 'is equal' it will work but then it seems to show things that are not todays date.
Any ideas why or what I need to do?