I need to search a column in Excel to determine if text exists in any cells. The excel sheet is made from running a script that compares data tables. When a compaison isn't found the scripts output excel sheet will contain the customers name rather than their customer number. When that happens I want the flow to present a comment and to stop (so the excel sheet can be editied) as the next step requires all customer numbers to be correct.
I know how to get the column from the output sheet into a data table (if that is what is necessary?) but can't get an action working that parses the table to look for text or get an If action to work.
Suggestions please