Hello I tried to execute this Patch powerfx formula but it didnt work :
Patch( Parcours, Defaults(Parcours),{Nom: "Copy of " & Self.Selected.Item.Nom} );
Notify("A copy of the selected asset, " & Self.Selected.Item.Nom & ", has been created. Please open the record and update the necessary fields.")
I get 3 errors :
- Invalid number of arguments: received 1, expected 2 or more.