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 / new form plus button s...
Power Apps
Unanswered

new form plus button syntax for multiple forms

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

so i have a plus button  i'm trying direct to the edit screen from the home page. I want the syntax(plus button syntax icon on the main page) below to show both my 2 forms(poining to 2 different tables but same data source) in the edit screen

 

NewForm(Form1);Navigate(EditScreen, ScreenTransition.None)

 

Please help

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

    HI @Anonymous ,

    Could you please share a bit more about your scenario?

    Do you want to edit multiple forms  within your Edit screen when you press the "+" icon button within your Main screen?

     

    On your side, you should add two Edit forms within your Edit screen. Then within the Main screen, set the OnSelect proeprty of the "+" icon button to following formula:

    NewForm(Form1); /* <-- First form */
    NewForm(Form2); /* <-- Second form */
    Navigate(EditScreen, ScreenTransition.None)

    Then within the Edit screen, set the OnSelect property of the "Submit" button to following:

    SubmitForm(Form1);
    SubmitForm(Form2)

    Set the OnSuccess property of the Form2 to following:

    Back()

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    thanks. that worked but i have another question. How do you link a drop down field to another. For example, if customer name tina is linked to 5 distinct department and customer name john is liked to 5 distinct department in table customer info. How do you drop down customer name tina to look at only her department and not all the departments in the table?

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 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 136 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard