Hi!
I’m having some trouble trying to convert a string into a DateTime format,
I capture the date from the web and store into a string, running the UiPath Studio I got this result “22-09-2020 16:26:50”.
Then I try to convert it and store into a DateTime variable:
But I get this message:
“Assign: String was not recognized as a valid DateTime”
Can anyone help?