.msg file in a specific SharePoint folder. The file name is dynamically generated using a Compose action. These files are created based on some condition where I'm checking the sender or subject on mail and excel and providing the dynamic file name which I'm creating in SP folder. But if the file the already exist in that certain folder in that case I'm trying to create a file some other similar , so I'm using get files properties only to check if the file already exist or not. after that using filter array with o/p of get files (Name) but its not working . So if someone gives me insight about what exactly I need to do on this will be helpful. Thanks in advance and looking forward.P.S : Folder names will be changing dynamically but i have the logic with me and files names also changes if the same file is already there. i have used Name from o/p get files properties but its not working.
I have attached the image where the output of the filter array is empty but i have used @equals(@{item()?['{Name}']},@{outputs('New_Subject_for_normal_mails')}) ,here that New Subject is the file name .

Report
All responses (
Answers (