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

Community site session details

Session Id : 6tt1B9gtrN0Jgo42XahVan
Power Apps - Building Power Apps
Answered

Send emails with an option for High Importance button or checkmark

Like (0) ShareShare
ReportReport
Posted on 8 Feb 2023 17:10:00 by

Office365Outlook.SendEmail
Hi,

 

I have a submit email icon on a Report Your Issue screen with the following code:

(
EmailTo,
EmailSubject,
EmailBody,
{
Cc: "person@gmail.com",
Importance: "Normal"
}
)

levoncosta_0-1675876167693.png

 

 

This is very straightforward and simple. I am looking to add the option for users to mark their email as highly important because the submit feature only recognizes normal importance at this time. How do I achieve what I am looking for?

 

Thanks! 

Categories:
I have the same question (0)
  • Verified answer
    zmorek Profile Picture
    3,272 on 08 Feb 2023 at 17:22:45
    Re: Send emails with an option for High Importance button or checkmark

    You can add a checkbox where the user can mark it true/false, and then use that value in your formula:

     

    (
    EmailTo,
    EmailSubject,
    EmailBody,
    {
    Cc: "person@gmail.com",
    Importance: If(Checkbox.Value, "High","Normal")
    }
    )

  • levoncosta Profile Picture
    on 08 Feb 2023 at 17:37:27
    Re: Send emails with an option for High Importance button or checkmark

    @zmorek 
    Worked like a charm!

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 629 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 397 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 232 Moderator

Last 30 days Overall leaderboard
Loading complete