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 / Connecting a NewForm t...
Power Apps
Answered

Connecting a NewForm to another NewForm

(0) ShareShare
ReportReport
Posted on by 9

I have three tables:

 

Employees - EmployeeProjects - Projects

Where each record in EmployeeProjects has a ProjectID, EmployeeID, and has an explanation of the employee's role on the project.

 

I am trying to do the following:

1) Have one new form, "NewProject," that creates a new project, with ProjectID autonumber, title, and other information (easy)

2) Submit NewProject and direct to another new form, "EmployeesOnProject" (easy)

3) EmployeesOnProject creates records in EmployeeProjects using the ProjectID from NewProject

 

I have no idea how to accomplish the third step. I've been doing similar steps where a user would select a Project from a list, and the ProjectID would populate using ProjectList.Selected.ID. Is there a way for the second new form to automatically use the ProjectID created in the first new form?

 

Thanks for everyone's help in advance

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Since the ProjectID is an autonumber field, I assume it is simply incrementing? In that case, the current project has the highest number in the ProjectID column. You can reference this value using:

    Max(NewProjectTable,ProjectID)

    Depending on what you're trying to do, you may need to:

    Text(Max(NewProjectTable,ProjectID))

     

  • Verified answer
    Paul_C Profile Picture
    Microsoft Employee on at

    Edit forms have a LastSubmit property. This property will give you the last record created. You can get the project id from that. For instance:

    Form1.LastSubmit.ProjectID

    Just replace Form1 with the name of your form.

     

    Some other form properties that you may be interested in are OnSuccess and OnFailure. For instance, you could only navigate to the next form in OnSuccess.

     

    Here's a link that explains these properties and more, which you may find useful if you want to know more: 

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-form-detail

     

    Hope this helps!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    That's great! I hadn't seen that before. So, to submit a record and navigate to a new screen I would have an icon/button with an OnSelect property to SubmitForm and then the form's OnSuccess property would be set to Navigate(otherscreen,none) ?

  • Paul_C Profile Picture
    Microsoft Employee on at

    Yes, exactly!

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

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard