How to get data from datatable according to the content

@manoj2500

(from dr as datarow in dt where not dr.item(“message status”).tostring.contains(“error message 51 retry”) select dr).copytodatatable

1 Like

its giving me other error msg content

@manoj2500

(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 :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer: