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);
Is there any error message about your formula? Could you please show some screenshots?
Best regards,
Rimmon
Was this reply helpful?YesNo
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.