I have a flow that simply validates an excel sheet with contact information such as full name, email etc.., the flow is supposed to connect to the excel sheet, search for users based on the emails provided in the table, if the email matches the email address in outlook then it should update a cell with the string "active user" if not it will update a cell with the string "needs" updating. The key column is a column called Active User?
I have every cell in that column set to 000 as the key value in the script is set to 000.
When I run the script I get an error that says the column already contains the string active user but when i check to see if the excel sheet updated, it has not.
Why would this happening?

