I have a automation scenario where I need to check if the attached files name contain “SOW” or “OF” or “Order Form”.
If then check the latest date and download if not then download all the files.
I have extracted the table in a data table and using for loop I am checking the condition. But what error I am facing is
if the first row does not match the condition ,
it goes to else block and download all the files . But it should download all the files when all the line item does not match the condition but here if the first row is not matching it goes to download all files.