Hi,
Need to check 2 conditions as follows:
I tried ticking the boxes, but it will keep un-ticking after saving anyway and when the flow run, it returns false, although I know both conditions were met. May I know where my error is?
Hi,
Need to check 2 conditions as follows:
I tried ticking the boxes, but it will keep un-ticking after saving anyway and when the flow run, it returns false, although I know both conditions were met. May I know where my error is?
Hi @AL_GSEA138839 ,
The first thing to note is that the checkbox does not affect the result of the judgment during the execution of the Flow. It is only convenient for the user to configure Condition, please check this blog:
https://flow.microsoft.com/en-us/blog/build-more-powerful-conditions-in-flows-and-more/
In addition, as described by Pstork1, you need to check the values of From and Subject in Flow run history. You could view the data in the trigger body.
Best Regards,
Try adding two string variables just before the condition and put the From and Subject dynamic data into those variables. Then do a run and verify that the From and Subject are coming through as plain text variables. Is suspect the From in particular may be some kind of object and so the Contains operator is coming up false.
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