Hello,
I want to create rows in a Sharepoint List using the Patch function and this code :
Patch (Gestion;Defaults(GestionMembres);{Name: TextInput1_1;Surname: TextInput1_2}).
- Gestion being the name of Sharepoint List
- Name and Surrname being column names.
However, upon trying it, I land on a network error : My request is not valid.
I double checked the format of the columns of my list, they are all set to text.
Thanks in advance for your help.

