Hi All,
Thanks in advance for helping me to sort out the issue.
I used the get email shared mailbox V3 action and the subject filter which i put it as TestMMMYYYY
When i'm sending an email to shared mailbox with the inappropriate subject name then the flow shows the empty value.
Correct subject filter used:
Output of flow:
here the example of wrong subject filter i used and got the empty array value
If its empty value my flow should stop it and should not move forward because i used the wrong subject filter and should throws an exception to convey with email.
Check for the array first in a condition using the length function.
If the length is greater than 0 then place your send action in the "Yes" branch