I'm currently working on allowing a user to reply to an email within a ticketing system but am running into a strange error that I can't seem to find much info on, at least on the powerapps end. Here's the error in question:
The code that seems to be giving the error is this:
Office365Outlook.ReplyToV2(
Gallery4_1.Selected.messageID,
{
Body: RichTextEditor6.HtmlText,
Attachments: RenameColumns(DataCardValue9.Attachments, "Value", "ContentBytes"),
Subject: TextInput3.Text,
To: Concat(
ComboBox4.SelectedItems,
Mail & ";"
),
Cc: Concat(
ComboBox5.SelectedItems,
Mail & ";")
}
);
Has anyone encountered this issue before? Thank you in advance for the help!


Report
All responses (
Answers (