In an Excel Power Query, I am trying to add a column (Table.AddColumn) to a query where the value for each row checks the entire row to see if any fields have an "Error" record but I'm at a loss at how I could do this. I know how to check individual fields using "try ... otherwise" but I'm not sure how to input the entire row. Basically my goal is to have a field indicating if ANY other field in a record (i.e., a row) has an error without hard keying every column into a function that checks each for an error.
Any help is appreciated!