2

I have a problem creating a flow. All files for the flow are in a sharepoint. In an Excel list, I call up various information such as name, surname, e-mail and also the file name of the e-mail attachment. The e-mail attachment is also stored on the Sharepoint in a different underlying folder. How do I include the attachment in the flow?

The whole flow works fine. However, when I let the attach file be selected dynamically like,

enter image description here

the flow runs into an error:

enter image description here

Without a dynamic attachment (hard coded) it runs through without error:

enter image description here

Here the eMail result - hard coded attachement:

enter image description here

Any idea how to select the attachment dynamicaly? Thank you very much for your help.

Kind regards Andi

Andreas
  • 147
  • 3
  • 17

1 Answers1

1

You'll want to use this specific action ...

Action

... there are two and the one I have shown is the one you'll need to use.

Skin
  • 9,085
  • 2
  • 13
  • 29