I have a conditional branch in my flow. I want to trigger an action if the senders email is in the subject line.
So, I need to compare the email From field to the Email Subject . However, this condition seems to always result in a false.
I have a conditional branch in my flow. I want to trigger an action if the senders email is in the subject line.
So, I need to compare the email From field to the Email Subject . However, this condition seems to always result in a false.
Hi @Anonymous,
I glad it helped.
Compose is more than just a debug tool
You might have found variable with the initialize and set actions. Compose doesn't need to be initialized. Also, Compose doesn't use a lock when you use it within loops.
Excellent! That was very helpful. Did not know about the compose. Is compose used just for debugging?
This turned out to be a case sensitivity issue. So, I need to convert everything to upper or lower. Im sure there is a func for that.
Thanks
Hi @Anonymous,
Can you create a Compose just before this condition where you set the value to
<Subject>
<From>
Using the Dynamic content as you are.
Then run the flow again and check the output of the Compose. Are the values really the same?
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1