How to contain from dataTable from string?

Hello @Matan_Bohbot

You can use the Output datatable activity to convert datatable to string.

Then you can use it .contains method to check whether string present in it or not.

Yourstring.contains(“value. to check”)

Thanks