PowerApps - Update User in Patch function
Updating SharePoint user columns using patch, for Text and Number fields we can directly pass the value to the column. But for lookup and user fields passing direct values will not work. To update User filed values we have to update the claims ID and Display Name.
For example I have a filed called Sponcer – As user type
column.
We can update following formulae in the patch function.
For updating multiple users, we need to add the users to a
collection in the update column section and pass the values in Patch function.
Comments