I have a flow posted here where I am pulling a record from the Microsoft Dataverse (cr014_neededinhands).
The field is a date/time field and I believe stores the date in ISO 8601 format.
I simply want to convert the date in my HTML table to a more readable format by the end user but am getting this error message.
The execution of template action 'CheckShipDatesHTMLTable' failed. The column values could not be evaluated: 'In function 'formatDateTime', the value provided for date time string 'cr014_neededinhands' was not valid. The datetime string must match ISO 8601 format.'
The only thing I can think is maybe the value is null in some of the fields? If so, how could I write the expression to consider this?
