Hi together,
I am trying to create a new entry in a SP Online list by Patch function using the following code:
Patch( test; Defaults( test ); { Titel: "testtitle" } )
The list is obviously called "test" (created for testing purposes) and is empty. "Titel" is the standard title column. Although "testtitle" is recognized as text, I am getting an invalid argument error (expected bool/number/text/OptionSetValue). What am I missing here? It also does not work if I am creating an element in this list and trying to get it by Filter(First)) or LookUp().