I have a SharePoint list with two calculated date columns. I've written a Flow to generate an email. The email needs to contain the values of both calculated date columns in the format mm/dd/yyyy.
I can get the dates to show up in the email, but only in UTC format. I've tried every combination of "formatDateTime" that I've found from web searching. Most often, I get this error:
Unable to process template language expressions in action 'Compose_-_format_Hire_Date_+_3_Months' inputs at line '1' and column '2540': 'The template language function 'formatdatetime' expects its first parameter to be of type string. The provided value is of type 'Null'.
Can anyone point me the right direction? Thanks.