I have flow that saves PDFs to Sharepoint, an AI model that extracts data and then saves to Google Sheets.
I added a parsedate expression to each field and the files processed correctly all last week. Now today, I get the following error although, the files have been added to Google as expected.
InvalidTemplate. Unable to process template language expressions in action 'Insert_row' inputs at line '0' and column '0': 'The template language function 'parseDateTime' expects its first parameter to be of type string. The provided value is of type 'Null'. Please see https://aka.ms/logicexpressions#parsedatetime for usage details.'.
I removed the expression, flow succeeded but now I'm getting 2023-12-08T00:00:00Z again.
I'm using the wrong expression?