I have a flow, that is triggered by selecting a row from an excel while, where I have listed customers and related customer excel attachments. Basically flow lists files on target folder and checks if the name of excel file on that folder matches with the attachment name of the selected excel row (condition rule: Invoice attachment file name is equal to display name). Then it creates email with related attachment.
Problem is that when I run the flow, the condition returns always false but still sends the email message with correct attachment. I set an action on false branch to send teams chat message when condition fails, but then it does both, sends email with attachment which is acitivity in true branch and also send me a message to teams about the failure of the condition.
Anyone that has faced the same problem and what could be the issue?