I am struggling to get a patch to sharepoint to work. See code below
Patch(Mentors_2,Default(Mentors_2),{ScoreNew:ScoreNew.value,ScoreSpec:ScoreSpec.value,ScoreEx:ScoreEx.value, ScoreT:ScoreT.value, ScoreO:ScoreO.value, ScoreP:ScoreP.value, ScoreS:ScoreS.value});Navigate(Home)
Where I have title of the sharepoint table matching the name of the variable but it is giving me an error.
Invocation of unknown or unsupported function
Can you help with this?