Parsing datetime with varying format

Yes the type is String Array.

Here is an example workflow for you:


You can use ParseExact function in an Assign activty. Also if you want to use TryParseExact function, it must be in the if condition because it returns a boolean value

1 Like