Hi, please help i’m getting this when trying to convert date Not sure it has an error now but before it was not
activity:
I also tried using cdate(var) one but same error:
I want to change that date format ()
Hi, please help i’m getting this when trying to convert date Not sure it has an error now but before it was not
activity:
I want to change that date format ()
That means string value tha you are trying to convert is not coming in the correct date time format for conversion.
Please run your workflow in debug mode and then it will throw error during the conversion where it is found invalid. Then check from the locals panel what is the string value that is going in assign statement for conversion. Is it the right format “yyyy/MM/dd” or not.
This will help you identify the problematic string value.
Cheers
set a breakpoint after you got the value from excel. Type in the “immediate form”:
ReceiptDate.gettype. Post the type please.
You may change the way how you read the excel (properties, use excel file), thats a common stumbling block
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.