Hello,
if created a app with a code for attachment + sending a mail in cc to the requester.
I use the formula
{Attachments:AddColumns(RenameColumns(AttachmentControl.Attachments,"Value","ContentBytes"),"@odata.type",""),Cc:User().Email,Importance:"Normal"})
but now i have the problem that the attachment doesn't appear on the mail but is does appear in the Sharepoint list.
The formula worked before without the Cc:User().Email.
How can i solve this?
Thanks for the help.