I have a flow that is triggered by an email.
The email is in Plain Text with a simple text string.
I've tried using a Compose element to grab the text from the email, and it does grab the exact correct text.
I've also tried a Variable, getting the exact correct text.
Later I get all the files from a remote computer (File System), and it does get the 2 test files perfectly and the names of the files are exactly matching the text from the email, they simply have different extensions.
In an Apply to each loop, with a Condition of File Name | Contains | <outputs of Compose or Variable> the result is false.
However, using the exact same text string, but raw in the Condition - the result is true.
I have double, and triple, at this point probably checked the outputs of variables and composes I've used - they always match the text string perfectly.
- But when using a Compose or Variable output, the result is false.
It's the same exact text string!