Very easy method to check for that would be to output the Data Table to a string using Output Data Table activity and then to check if that output string contains your value, like that: outputDataTable.Contains("yourValue")
This code will return a boolean true or false depending on your input