Hi @Uthhra ,
This relates to the Item of your Form. The easiest way is when you select an existing record from a gallery OnSelect
Set(
gblRecord,
ThisItem
)
Then your Form Item
LookUp(
SPListName,
ID = gblRecord.ID
)
Then OnSuccess of the Form
Set(
gblRecord,
Self.LastSubmit
);
ViewForm(FormName)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps