I have a robot that goes throw an excel sheet and searches the row values in a file system.
Unfortunately, it gives not always the right string back from the excel.
And I can not find the mistake.
This is the excel: NM1.xlsx (21.5 KB)
This is the xaml: Main.xaml (17.3 KB)
The values A, B, C, D… it gives correct back, but the Carnival Sensation and the Carnival Fascination gives it wrong back.There is just an empty message box.
Please help me.
okay do onething!
1 - read range get output as outDataTable
2 - use For each row and pass outDataTabel inside for each loop
get paths from the file use Matches Activity and pass this expression in Pattern property [\w,\s-]+.[A-Za-z]{3} this will give you file name!
and use condition like this row(0).ToString.Contains(name)