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 / Update sharepoint list...
Power Apps
Unanswered

Update sharepoint list one upon submission of Sharepoint list 2 form from powerapp

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I have two sahrepoint list, 

Employee_PF_Form and 
Account_Office_Form, and I have also two forms on powerapp, Employee submits his request from emp form and it is saved emppf form list. When we process request from account office form the employee information is gathered from emppf list by using lookup function. the gathered information is from employee_PF form (
LookUp(Employee_PF_Form, Emp_Name=DataCardValue2.Selected.Emp_Name && Status.Value="New",Designation)), when we submit account form it should make record to account office form, and it should also set status to in-progress from new. We are using following formula in onselect property of submit(
SubmitForm(AccForm);
Notify("Form has been submitted successfully.", NotificationType.Success);
Patch(Employee_PF_Form, {ID: EmpForm.LastSubmit.ID}, {Status: {Value:"In-Progress"}});
//Patch(
  //  Account_Office_Form,
    //{'Employee Name': DataCardValue2.SelectedText.Emp_Name}
//);
Notify(DataCardValue2.SelectedText.Emp_Name, NotificationType.Information);
//Patch(Employee_PF_Form, EmpForm.LastSubmit, {Status: {Value:"In-Progress"}});

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

    Hi @faisal8787_ ,

     

    Is there any error message about your formula? Could you please show some screenshots?

     

     

    Best regards,

    Rimmon

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

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard