Hi,
Can anyone help me with this patch function?
Text:
With(
{
wLookUp: LookUp(
Outcome = "Rejected",
Parent_ID = Gallery2_1.Selected.ID
)
},
Patch(, Defaults(), {Title:wLookUp.Title,Approver: wLookUp.Approver,Parent_Lookup: wLookUp.Parent_Lookup,Parent_ID: wLookUp.Parent_ID,Stage: wLookUp.Stage}));
I get these 3 errors:

For your reference, below are each column's data type:
Title - text
Approver - person
Parent_Lookup - Lookup
Parent_ID - number
Stage: text