Hello all,
I created a PowerApp to collect data stored in a SharePoint list.
I am the owner and two colleagues (let's call them C1 and C2) of mine have access to the app and can use it. Everything works as it should.
C1 and I should receive an email when a new item is created. On the submission button, in On Select, I used
Office365Outlook.SendEmailV2(
"my@email, C1@email", "Email title",
"Email body" )
The issue is we receive the notification only when C1 or myself create a new item. If C2 create it, we don't receive the notification.
I checked the connections and it seems C2 is connected to Outlook and SharePoint.
Is there anything else I need to take into consideration?
Thank you in advance for your help!