Forum Discussion

Michael Callahan's avatar
Michael Callahan
Copper Contributor
Aug 21, 2018
Solved

Basic email attachment to sharepoint flow not working

Hey Everyone!   First off, I have to preface this request by mentioned that I am a complete Flow newbie. My background is typically on the Network side of things, so messing around this this has be...
  • Sandy Ussia's avatar
    Aug 21, 2018

    Hi Michael Callahan,

    I think I would use the trigger "When a new email arrives" [not the webhook one]. This gives you more options to filter on, such as the From field. Be sure to select Has Attachment: Yes and Include Attachments: Yes for your scenario. With this trigger, you don't need to have a Get Email step - all of the information will be available from the trigger, so you can proceed to use Create File on each attachment as you have done.

     

     

    Does this help you...?

    Sandy