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 : jcEsTwb/SbfK9iZpbcuJX9
Power Apps - Building Power Apps
Unanswered

Power App Microsoft Help desk built in template

Like (0) ShareShare
ReportReport
Posted on 3 Feb 2022 20:30:00 by 30

Hi all:

I am attempting to customize the Help desk template supplied in canvas Power Apps and want to set up a way to send an email to a Shared Mailbox (outlook 365) when a Help desk user creates a support ticket within the app. What would be the bet way to go about including this in the app.?

 

I have the same question (0)
  • thekhristy_ Profile Picture
    38 on 03 Feb 2022 at 20:40:36
    Re: Power App Microsoft Help desk built in template

    Create a flow with PowerApps trigger and Send Email action.

    Depending on what information you want included in the email (e.g., title, category, priority, description) - you can pass that in the PowerApps trigger and add it to the email subject/body or you can just send an email that says "hey you have a new ticket - check the app). 


    Once you have the flow created, add it to the CreateTicketScreenCreateButton OnSelect event (after the Patch). 

    Hope that helps. 

  • JFbsis21 Profile Picture
    30 on 03 Feb 2022 at 20:53:10
    Re: Power App Microsoft Help desk built in template

    thekhristy : Ok thank you. I will work on creating a power automate flow then and holler back here if needed.

     

  • JFbsis21 Profile Picture
    30 on 09 Feb 2022 at 20:24:08
    Re: Power App Microsoft Help desk built in template

    Hello:
    just circling back up to this Power App dilemna. It appears that the power automate flow I put in does not work.
    This is what I have in the Create ticket screen - when create ticket is clicked (on select)


    Set(
    NumberOfTickets,
    NumberOfTickets + 1
    );
    Patch(
    TicketList,
    Defaults(TicketList),
    {
    Id: NumberOfTickets,
    Title: CreateTicketScreenTitleText.Text,
    Priority: CreateTicketScreenPriorityDropDown.SelectedText.Value,
    Author: MyProfile.Mail,
    TaskStatus: "NOT STARTED",
    PercentComplete: "0",
    Created: Now(),
    AssignedTO: "",
    Description: CreateTicketScreenTaskDescription.Text,
    Editor: MyProfile.Mail,
    Modified: Now(),
    Category: CreateTicketScreenCategoryDropDown.SelectedText.Value
    }
    );
    Reset(CreateTicketScreenTitleText);
    Reset(CreateTicketScreenTaskDescription);
    Reset(CreateTicketScreenCategoryDropDown);
    Reset(CreateTicketScreenPriorityDropDown);
    Office365Outlook.SharedMailboxSendEmailV2.Run(Subject, Body);
    Navigate(
    ConfirmSubmitScreen,
    None
    )

    any additional help most appreciated!

     

     

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