(from dr as datarow in dt where not dr.item(“message status”).tostring.contains(“error message 51 retry”) select dr).copytodatatable
1 Like
(from dr as datarow in dt where dr.item(“message status”).tostring.contains(“error message 51 retry”) select dr).copytodatatable
Hi @manoj2500
StringVariable.StartsWith(“error message 51 retry”)
This can give you all the fields which will start with “error message 51 retry”
Mark as solution and like it if this helps you
Happy Automation
Best Regards
Er Pratik Wavhal