Is it possible to add the credentials of our shared mailbox to the powerapps so it uses the credentials instead of the current user?
Set(varEmailMessageDelegate2, DelegateHTMLEmail_1.HtmlText);
Office365Outlook.SharedMailboxSendEmailV2("SharedMailbox@outlook.com",DataCardValue81.Selected.Email,"Action Required",varEmailMessageDelegate2,
{Importance: "High"
}
)This will fail if the user does not have access to the mailbox


Report
All responses (
Answers (