Comments on: Power Apps Attachment Control – How to Use https://www.spguides.com/powerapps-email-attachment-control/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Thu, 28 Mar 2024 08:10:57 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Raquel https://www.spguides.com/powerapps-email-attachment-control/#comments/704 Thu, 09 Jun 2022 15:18:27 +0000 https://www.spguides.com/?p=23590#comment-704 I’m receiving an error and I’m not sure what I’m missing “On Select” for my send email icon – any tips would be greatly appreciated.

Invalid number of arguements: Received 5; Expected 3 – 4.

Set(_emailRecipientString, Concat(MyPeople, Mail & “;”));
Office365Outlook.SendEmail (_emailRecipientString, TextEmailSubject1.Text, TextEmailMessage1.Text, {Importance:”Normal”},{Attachments:AddColumns(
RenameColumns(
EmailAttachment.Attachments,
“Value”,
“ContentBytes”
),
“@odata.type”,
“”
)
};
Reset(TextEmailSubject1);
Reset(TextEmailMessage1);
Clear(MyPeople)

]]>
By: Sarah https://www.spguides.com/powerapps-email-attachment-control/#comments/584 Thu, 16 Dec 2021 12:47:41 +0000 https://www.spguides.com/?p=23590#comment-584 Hi what do i do if I don’t have an attachment field after adding my SharePoint list in the adds fields section. I have everything else but not attachment

]]>
By: Sajid Kazi https://www.spguides.com/powerapps-email-attachment-control/#comments/416 Mon, 27 Sep 2021 22:23:00 +0000 https://www.spguides.com/?p=23590#comment-416 Hello Bijay. Can we set Attachment control(outside of form control) to display a document from sharepoint doc lib? I tried to set its items property but it does not download the file. Any suggestions on this ?

]]>
By: Roystreet https://www.spguides.com/powerapps-email-attachment-control/#comments/405 Sat, 11 Sep 2021 03:27:58 +0000 https://www.spguides.com/?p=23590#comment-405 I can’t seem to make the patch code patch. I put Attachments in as the column, the data card name and .Attachments. I know I’m selecting the right name because it even suggests putting Attachments after the dot.
It then gives a re line stating, “The type of this argument ‘{Attachments}’ does not match the expected type ‘Attachment’. Found type ‘Table’. The function ‘Patch’ has some invalid arguments”

So, then I changed the column name to Attachment (singular) to see if that made a difference and, of course, it states that column doesn’t exist and the most similar name is ‘Attachments’

Any thoughts?

]]>
By: Sri https://www.spguides.com/powerapps-email-attachment-control/#comments/179 Wed, 03 Feb 2021 22:38:26 +0000 https://www.spguides.com/?p=23590#comment-179 nice one. May i know how do we pass the attachment to the dynamics crm timeline/notes ?

]]>
By: Prasad https://www.spguides.com/powerapps-email-attachment-control/#comments/166 Wed, 20 Jan 2021 14:21:36 +0000 https://www.spguides.com/?p=23590#comment-166 How to get the File Size value saved into Label.

]]>