0
votes

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.

enter image description here

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

enter image description here

enter image description here

also automatically multiple for each loop are coming enter image description here

when I selected Attachments below thing happened :- enter image description here

UPDATE 1_

enter image description here

trigger details :- enter image description here

update 2_____ get attachment is not working it seems enter image description here body: enter image description here

1
It seems you type attachem(which is incorrect) to search in dynamic content. Does this lead to can't find attachment id ?Hury Shen
i corrected it after that also its only giving attachments and has attachment only @HuryShenshinu
Could you please check if there is a button "See more" ?Hury Shen
yes I checked. in that also i am not getting attachment id. is there any other way in which I can upload attachment to azure file share without get attachment action? @HuryShen (sharing screenshot for see more in the question end)shinu
It named Attachments Attachment Id and it maybe exist at the middle area of the list you provided.Hury Shen

1 Answers

0
votes

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): enter image description here

Your logic app should be like: enter image description here

=================================Update==================================

enter image description here

=================================Update 2=================================

enter image description here

enter image description here

=================================Update 3=================================

enter image description here

enter image description here

enter image description here