Skip to main content

I have two Assign Datetime functions running one after another, with the same format, and dates in the same format, but for some reason one of them isnt working:

First One:

 

Second One:
 

 

this is the format of the dates:
25 Aug 2024 19:58
03 Sep 2024 06:30

I tried to replicate your issue, but I had no problems parsing either one of them.

I'm guessing that your variables might contain characters that look like white spaces but aren't.

You can use something like this to normalize your string before parsing.

It wouldn't hurt to use the "trim” function on the Datetime: Assign action. 

 

Let me know if that fixed your issue.


Reply