Segment 1 : I am using data scraping and storing the order ids in excel using excel application scope and write range
Segment 2: For another application link to use order id i am using read range to get order ids from excel for type into activity however i am getting compilation error for the datatable datatype to ienumberable type error
If yes, use if condition in the for each row datatable to check if the currentitem(“Order Id”).toString
is nothing or not. Not String.IsNullorWhiteSpace(currentitem("Order Id").toString) or Not String.IsNullorEmpty(currentitem("Order Id").toString)
Then print message box.