Hi everybody,
I have the following topic I don't succeed solving myself:
This is the background:
I have an App with multiple Attachment controls. In each attachment control there are files uploaded that will be stored as individual files in a SP library.
On the OnAddFile-control of the attachment control I set the following variable:
OnAddFile= Set(Var_EmailAttachment1,AttachmentControl_11.Attachments)
This variable I later use in my Office365Outlook.SendEmailV2- connector to attach the file to the mail on a separate button.
OnSelect= Office365Outlook.SendEmailV2(
User().Email,"Receipt for Offer "&Var_PictureName,
"Text",{From:User().Email,Importance:"Low",
Attachments:
RenameColumns(Var_EmailAttachment1,"Value","ContentBytes")})<p> </p><p><span>With One file this works just fine. If I now want to send out multiple attachment coming from multiple attachment controls I do not succeed.</span></p><p><font face="inherit">The way I thought out <font face="inherit">fails. In that case what I do is adding the multiple<font face="inherit"> attachments to a collection that should then be send out in the V2-message.</font></font></font></p><div><font face="inherit"><font face="inherit"><font face="inherit"><li-code lang="markup">OnAddFile= Collect(Coll_Pics,(Var_EmailAttachment1))<p>OnSelect=</p><p> <li-code lang="markup">OnSelect= Office365Outlook.SendEmailV2(
User().Email,"Receipt for Offer "&Var_PictureName,
"Text",{From:User().Email,Importance:"Low",
Attachments:
RenameColumns(Coll_Pics,"Value","ContentBytes")})
When doing that I receive the following error message:
As always, thanks ahead for your hel
best regards
JHL
User | Count |
---|---|
252 | |
106 | |
95 | |
50 | |
39 |