I am trying to create a flow that will check the results of a row from an Excel file stored in OneDrive for Business. I need it to check all the values in the columns for "Deficient" and, if found, append the column name that was marked deficient and the value of a remarks column to an array. Once completed checking the values I am hoping to output to an html table to email to someone. There are 350+ columns in the spreadsheet (of which half are values to check and half are the remarks) and I was trying to find a way to make a for each check the column values, but I am stumped. I have tried using list rows present in a table, but when I try to check for condition it wants to do one at a time. I really do not want to have to create a flow to check 175 individual values.
Any suggestions to automate this check?