I have a flow where the for a date column i am formatting this and adding it to an excel file.
When the date is null the flow fails as a string rather than null.
Any ideas on how to resolve this? below is the error message:
Unable to process template language expressions in action 'Formatted_case_resolved_date' inputs at line '1' and column '3097': 'The template language function 'formatDateTime' expects its first parameter to be of type string. The provided value is of type 'Null'. Please see https://aka.ms/logicexpressions#formatdatetime for usage details.'.