This condition is ok in the workflow but now the problem is the workflow is showing the error that Assign: String was not recognized as a valid DateTime.
While using Build Data table activity the workflow is working fine but when i am fetching the data from my excel file it is showing the above mentioned error.
The same date format i.e. long date format i used in the excel
@Swara_Soni Can you first Check if the Date appears in that format, by using a For Each Row Loop on the Datatable and using a Message Box to show the Date Value, if it is different then you can use the format which appears in the Message Box.
Thanks @supermanPunch for the reply.
The date was in the format dd/MM/yyyy hh:mm:ss
and the error occured Assign: The DateTime represented by the string is not supported in calendar System.Globalization.GregorianCalendar.
with this version you will get more debugging control and brings out the LINQ Blackbox to more transparency. You faced some date format issed and solved it with rewriting the format pattern. Such debugs / inspections are executable in this decomposed approach e.g with interacting with the Watch panel, intermediate panel.
Kindly note: the fomat pattern fix is not included just to be conform with the sample data.
Let us know on how more we can support you on your case