Hi,
I'm looking to create a new record in my sharepointlist, but the record I want to write depends on some previous chosen values.
This is my code:
Set(varKoppel;Patch({informatie: txtReden.Text};varKoppel2;varKoppel1));;
Patch(paKoppelingen;Defaults(paKoppelingen);varKoppel)
varKoppel1 and varKoppel2 are 2 variables filled with a record (1 column and 1 value)
When I change varKoppel to {PersID: varPers; PlaatsID: varPlaats; informatie: txtReden.text}, it works.
Any idea?