Getting An exception occurred while parsing the date time error while trying above code
can i know what your excpected out put and what your actually trying to do
Hi
This issue can occur due to several reasons. Here are a few approaches we can try:
The date format in your bot might not match the system's date format. You can manipulate the source date string to match the system, like converting JUN to Jun, or just use a numeric date instead
To convert a string containing a date and time to a datetime object using the DateTime:Assign action, use the custom format. This will give you a datetime object in the correct format, which you can then use to extract the year and month using the DateTime:To String action with the custom formats.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.