Hello,
I've got a powerapp which gathers some information in a form and submits that information to a sharepoint list. We also wanted to send some email summaries with the powerapp, and in doing so we attached the attachments from the form to that email. I had previously been using something like:
Attachments: ForAll(
LookUp(
SPList,
ID = Form1.LastSubmit.ID
).Attachments,
{
Name: DisplayName,
ContentBytes: Value
}
)
in Office365.SendEmail to grab the attachments from the newly created sharepoint list item and send them in the email, but as of a few weeks ago it seems to have stopped working. Is there something that changed recently which broke this?
EDIT: NEVERMIND MY BRAIN IS SMALL AND SMOOTH AND I BROKE THIS
i previously moved the list and updated it everywhere except for this email section. whoops.

Report
All responses (
Answers (