Reputation: 25
I have created a logic app with trigger " when a new mail arrives at shared mailbox". Now I want to extract the attachment and save it in azure file share.
In for each I am not able to get attachment id.
Also when instead of get attachment when I directly add action " azure file storage -> create file" I am not getting the name of below details in dynamic content and not even getting folder location
also automatically multiple for each loop are coming
when I selected Attachments below thing happened :-
UPDATE 1_
update 2_____
get attachment is not working it seems
body:
Upvotes: 0
Views: 1971
Reputation: 15754
Summarize from the comments, we can't use more than one trigger in logic app. So we can just use "when a new mail arrives at shared mailbox" trigger in it.
Here is my logic app for your reference(I don't configure a shared mailbox, so I use "When a new email arrives" in my logic app):
Your logic app should be like:
=================================Update==================================
=================================Update 2=================================
=================================Update 3=================================
Upvotes: 0