
Announcements
I am trying to compare file A to file B and return matches to different file. Then to email users when the new file is ready.
I am using read list from rows within the excel actions for both file A and file B. Then using a condition that file A accounts equals accounts in file B. If yes, then to add as new row to file C.
The issue I'm running into is that when the flow finds matches it's not writing into the new file. Or when it does it loops the accounts the same matching account on the new file until I stop the test. How can I fix this issue?