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 / add the Flow I created...
Power Apps
Unanswered

add the Flow I created in Powerapps to a Edit Form

(0) ShareShare
ReportReport
Posted on by 8

Hi, can you help me also to add the Flow I created in Powerapps to a Edit Form when click onselect property and send an email approval

Categories:
  • BOSH Profile Picture
    8 on at

    Here is the Flow:

    BOSH_0-1717845862562.png

     

     

    BOSH_1-1717845862581.png

     

     

     

    And here's the initial onselect property to add the flow

    // Submit the form
    SubmitForm(EditForm2);

    // Navigate to the "TicketCreated" screen with a fade transition
    Navigate(TicketCreated, ScreenTransition.Fade);
  • Jan Chlebek Profile Picture
    19 on at

    First, you need to add your flow to the app. The flow needs to be created in the same environment

    JanChlebek_0-1717889834829.png

     

    Once you do that, you can trigger it by using flowname.Run() command.

     

    Sample of running the flow with parameters in similar to your case can be seen here: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/how-to/trigger-flow#create-the-power-automate-flow

     

     

    FlowtriggeredbyaPowerapp.Run(
     EditForm3.LastSubmit.Email,
     TextInput1.Text
    );

     

     

  • BOSH Profile Picture
    8 on at

    Hi @Jan-Chlebek , I tried that but LastSubmit errors.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard