I have a power automate flow that is using the conditional expression shown below.
Unfortunately, I am getting an error every time the CC Field is null, as shown below, which is 8 times out of 10. It WILL be null most times, and I need to handle it.
On the left side, I need to check if the CC field of an email contains a certain value.
In most cases the CC field is null, and that breaks the flow.
This is a very large and complex flow that does many things under many conditions so I cannot break out this CC portion because I will hit a limit.
What can I do on the left side to “handle” the fact the CC will be null 80% of the time so the fact it is null won’t generate hundreds or thousands of errors and prevent the flow from executing?
Any help, guidance, or suggestions would be greatly appreciated.