Hi Prem Guru,
On the
Item on the PM Form (I am assuming the form name here)
MOP.LastSubmit
If you also want to use the PM form for other existing records, on the OnSuccess of the MOP form (I am assuming you are using SharePoint here)
Set(gblID,Self.LastSubmit.ID)
then the Item of the PM Form
LookUp(
ListName,
ID=gblID
)
You only then need to set gblID on the selection of the gallery you are choosing the record from
Set(gblID, ThisItem.ID)
------------------------------
Warren Belz
Queensland Australia
------------------------------
Original Message:
Sent: Jun 09, 2022 06:19 AM
From: Prem Guru
Subject: Submit the form and send the filled form to Other/specific users to complete the form
Hi,
I have created a below Power App form. There are 2 screens within this same form.

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)

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.
------------------------------
Prem Guru
------------------------------