I went back and forth trying to decide if I should post in a Power Automate Forum or this one so I figured I'd try here first.
I have a very simple Power Automate flow. The goal is it grabs employee name and termination date from an email being sent and insert it into a smartsheet row.
Everything works as intended minus the date, the format appears to be off. So I viewed the outlput of my variable and it is showing as:
but, smartsheet show it as:
The expression I am using to generate this is:
formatDateTime(substring(triggerBody()?['body'],add(indexOf(triggerBody()?['body'],'effective Date: '),16),10), 'M/d/yyyy')
I have verified my sheet column is a Date and I have also tried changing the date format within Smartsheet.
Any ideas would be great!