Hi,
I am using Help Desk app with some modifications and using share point list as data source.
Requirement is to write data from power app (filled by user) into share point list ( using SP list as data source).
One possible way is to use "Patch" function but, there are errors-
Patch(MassUploadTemplate,Defaults(MassUploadTemplate), {ID: Id, Category: Category, Priority: Priority}));
Error-
The type of this argument 'Category' does not match the expected type 'Record'. Found type 'Error'.
Name isn't valid. This identifier isn't recognized.
The function ‘Patch’ has some invalid arguments.
Possible Reason - Category & Priority are 'choice' type fields and Patch function may not be recognizing the correct type. Is it correct? Are there any other options available?
Appreciate your time to help me resolve this.
#PowerApps #SharePointListIntegration #Patch