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 / 2 Screens in Power App...
Power Apps
Unanswered

2 Screens in Power Apps - Submit the form and send the filled form to specific users to complete the form

(0) ShareShare
ReportReport
Posted on by 697

Hello Users,

I have created a below Power App form. There are 2 screens within this same form.

 

Prem4253_0-1654521787804.png

My requirement is :

When a new form is opened, the active screen will be MOP.  Now when MOP fills all the fields and submits the form, the last submitted form should go to PM. (below screen)

Prem4253_1-1654522041704.png

And the PM will updated the fields and save the form and same gets updated to the SharePoint list.

Let me know how the above can be achieved. And if possible please let me know on below:

 

Secondly also let me know if we can limit the PM screen, so that only specific people will have access to PM screen 

Categories:
I have the same question (0)
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Prem4253 ,

     

    Could you please share more details about your scenario? Are the two forms on that screen the "Edit form" control?

     

    If they are both Edit forms, when navigating to this screen OnVisible of the screen or in Navigate function on the screen navigate from there should be a variable being created or set. Basically we use Navigate to set a context variable:

    Navigate(DestinationScreen,ScreenTransition.None,{varMopFormVisble:true})

     

    On the current screen, Visible of the Mop Form should be varMopFormVisible and Visible of the PM Form should be !varMopFormVisible, so when the screen shows up the Mop form is visible and PM form is hide.

     

    OnSuccess of the Mop form, you need to update the variable to hide the Mop form and show the PM form or Navigate to other screens based on the user access permissions:

    If(UsersAccessCondition = true, UpdateContext({varMopFormVisible: false}), Navigate(OtherScreen ))

    Here the point is the user access condition, depending on how you define user access.

     

    At last, Item property of the PM Form is set to MopForm.LastSubmit and the two forms should share the same Data Source.

     

    Best regards,

  • Prem4253 Profile Picture
    697 on at

    Hi,

    Let me elaborate more:

    • I have a SharePoint list, named as Bills. This list contains 14 fields.
    • I have created only one form into Power Apps
    • Into MOP section, I added 9 fields and into PM section 5 fields are added from the same form.
    • When MOP will fill those 9 fields and click on submit, Power Automate will trigger that an new item is created and will send an email to PM
    • After PM receives an email, he/she should be able to go to the last submitted form (through link in the email, if possible)
    • PM will go to their section (PM Section tab), will update their 5 fields and click save. And the form gets updated to SharePoint

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 514

#2
WarrenBelz Profile Picture

WarrenBelz 419 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 295

Last 30 days Overall leaderboard