I would suggest to combine it with some parts from above shared XAMLs and filter out all dates not parseable into a seperate report. So the Bot would work more solid and reliable
Thank you so much for your help. Everything worked exactly as I had imagined. But I feel like I want to learn Linq properly. So I checked out this page: Intro to LINQ - Visual Basic | Microsoft Learn
And i want to do the examples they have here.
I have this excel file as a database:
And i try this in an assign, in UiPath, it does not work:
What am I missing?
I get this error message: An expression is expected.
So the syntax on the guide i pointed to is SQL? it says vb.net.
Ok, so i looked at the othe xaml file and changed the code to:
and got rid of the error codes, but the writeline in the for each is empty.
How is that?
And another question: If i write cust(Country).ToString it cant find any thing, why?
@MiXs
let us do one thing and not mixing up topics. The origin topic was about date comparing with linq. And once it is solved just close the topic by marking the helping post as solution. Others, researching a similar solution will find it faster and direct.
About learning LINQ, following resources are helpfully: