Power Apps Patch function with SharePoint

Patch function – modify or create one or more records in a data source Patch Syntax Create record in data source Patch(DataSource, Defaults(DataSource), {Record} Update record in data soure Patch(DataSource, Item, {Record}) SharePoint Columns Patch syntax Choice Column Person Column { Claims: Concatenate( “i:0#.f|membership|”, User().Email // Person email ), Department: “”, DisplayName: User().FullName, Email: User().Email, // Person…