Receive Message Attachment

Certified Associate Developer

Hello, I am trying to capture the attachments sent by email when starting a process by email is configured. I have tried to store in a variable (multiple) of type document the following data but the variable remains null:

- fn!property(msg!properties,"attachment",null())

- fn!property(msg!properties,"Attachments",null())

And I also tried just msg!properties.Attachments but I get this error by email:

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data