web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / PowerApp will not send...
Power Apps
Answered

PowerApp will not send email using PowerAutomate when other users are using the app. It will only send emails when the creator of the PowerAutomate Flow/PowerApp (me) uses the app.

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

I am having issues with using PowerAutomate to email from my PowerApp.

 

The PowerApp intends to allow the App user to input an 'Action', a 'Date for the Action to be Completed by', and allow them to search for the person's email which is then selected, this then emails this information to that person.

This currently all works when I (the creator of the PowerAutomate Flow)(which is a 'Send_an_HTTP_request_to_SharePoint'), use the app to email someone. 

 

However, when another user (non-creator of the PowerApp or PowerAutomate Flow) tries to send an email, it does not work. And I receive a PowerAutomate error with the error message:

'Not well formatted JSON stream.
clientRequestId: 837f14c9-6cd8-4b8a-88e5-e10038d33e35
serviceRequestId: ec2f9fa0-c09c-3000-56a8-6041958e21fa'         

 

I have attached the image:

- of the error code

- the current PowerAutomate Flow

- the current PowerApp

 

Any help is much appreciated.

 

Thanks,

Luke

 

 

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,852 Super User 2026 Season 2 on at

    Hi @Anonymous ,

     

    Why not use the standard Send Email action in the Office 365 Outlook connector? https://learn.microsoft.com/en-us/connectors/office365/#send-an-email-(v2)

     

    This can even be added to the Power App, sending mails directly from the app instead of using Power Automate.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @BCBuizer ,

     

    Good suggestion.

    Please can you give me an example of how I can include everything I currently need to be within that email using this function? For example how can I use concat function to get all of the different data within the body of the email?

  • Verified answer
    BCBuizer Profile Picture
    22,852 Super User 2026 Season 2 on at

    Hi @Anonymous ,

     

    Below is an example of the function with all static values. Of course they can be replaced with references to make them dynamic. Only the first three arguments are mandatory and everything in the curly braces is optional, so may be left out:

     

    Office365Outlook.SendEmailV2(
     "To@email.com",
     "Subject",
     "Body",
     {
     From: "From@email.com",
     Cc: "CC@email.com",
     Bcc: "BCC@email.com",
     Importance: "Normal",
     Sensitivity: "Public",
     ReplyTo: "ReplyTo@email.com",
     IsHTML: true,
     Attachments: [{Name: "Name", ContentBytes: "ContentBytes"}]
     }
    )
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @BCBuizer 

     

    Please could you advise how I can make the data dynamic within that code?

    For example, for:

    To"@email.com" I need that to pull from the selected email in the combobox in my app.

    "Body" needs to contain both the static data of some generic text, but then also dynamic data such as TextInputs.

    From"@email.com" needs to pull from the current app user's email.

     

    Please advise how i can include all of this. All of the data I need to put into the email is in the attached screenshots of my app.

     

    Thank you,

  • BCBuizer Profile Picture
    22,852 Super User 2026 Season 2 on at

    Hi @Anonymous ,

     

    You can simply replace the arguments with the parts of the formula you are currently using to trigger the flow. 

     

    If you share the formula in text format, I can help with that. Typing it over from the screenshot in your opening post is just asking for mistakes 🙂

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard