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)
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?
]]>