Hi All, i am fairly new to UiPath and am wondering if UiPath can download excel attachments from Outlook and create folders when the script is run. I have attached my workflow for reference.
I am able to download the attachment and save into a main folder but the Assign activity used to create folders doesn’t seem to work doesn’t seem to work because of this error message below. (Please uncommented out the Assign activity)
The error message encountered as follows: Message: string was not recognised as a valid Datetime.
hi Steve, thank you for your reply, I tried using “-” or leaving it blank and i still get the same error, could it be there’s something wrong with the format i used to parsed in? when i write line it out i see the format is exactly the same as what i have though
the excel attachment gets saved into the same folder as where i specified it to be without creating new folders as specified with the create folder activity
so basically i need to change the part on “MMddyyyy HH:mm:ss” to mirror this format right:
Thu, 16 Jun 2022 10:47:53 +0800
i tried looking up online for the exact date format online that includes:
, DD MM YYY HH:mm:ss <+GMT timing>
and wasn’t able to look for it - or should there be another format for this?