Hi there,
I have flow that is quite basic. What I want it to do is when a new email with attachments arrives in a shared mailbox, the flow will move the attached files to Sharepoint and deletes the email.
I have a flow that has the same logic except that new emails come to my personal mailbox instead of shared mailbox, it works perfectly. But when I switch it to a shared mailbox, and when new emails came in, the flow ran successfully, but nothing was done- files were not transferred to Sharepoint and emails were not deleted. So I looked at the run history, and expanded each step- in the Condition step, it shows Expression result = false, and the following steps were skipped:
run result:

original flow:

I am not sure why the expression is false, and the steps after condition are skipped. Does it have something to do with the shared mailbox? It works fine with my personal mailbox as I mentioned above.
Much appreciated for any suggestions. Thanks