Hello,
i have a problem with my date columns. I formatted my excel by python in this format: ".dt.strftime('%Y-%m-%d 00:00:00')"
Now for 2 of 4 columns it works to format this datetime in my powerautomate flow with this function, before i write it inrto my list: "formatDateTime(variables('Zuletzt geändert am_2'), 'MM/dd/yyyy')"
But for the other two ones i still get this error, not matter whatever i tried:
"'In function 'formatDateTime', the value provided for date time string '45657.9999884259' was not valid. The datetime string must match ISO 8601 format.'"
I don't know why but in normal excel opening and also if i convert the file into csv and take a look at notepad, the date look still like this everywhere: "2024-03-08 00:00:00"
But i seems like the excel connector of powerautomate convert this 2 columns everytime into numbers before it works with it...
Hope someone could help me with this, looking for almost 1 week for a solution and don't have ideas anymore...