I have a custom form that is currently in New mode.
I would like to update the existing item in the SharePoint list if a record was found for the signed in user.
Thus far in the DefaultMode property of the Form I have:
"If( CountRows('My Data Source'. 'Created By' = User().Email > 0, FormMode.Edit, FormMode.New)"
Please assist