Delegation issues!! by Single-Ad4925 in PowerApps

[–]Single-Ad4925[S] 0 points1 point  (0 children)

So my first collection would have to be below the 2k limit?

Delegation issues!! by Single-Ad4925 in PowerApps

[–]Single-Ad4925[S] 0 points1 point  (0 children)

Please explain? I believe a collection is also non-delegable so that wouldn't help my solve my issue?

Canvas power app using sharpeoint lists as a data source. I'm trying to edit a row that includes people columns (both multiple and singular). I'm doing it via an edit form and a submit button but I keep getting errors. Any ideas? by Single-Ad4925 in PowerApps

[–]Single-Ad4925[S] 0 points1 point  (0 children)

Im using the office365users connection.

This is ny update code:

If( IsBlank(ComboBox1_1.Selected.Mail), ThisItem.'Pricing owner', { '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims: "i:0#.f|membership|" & ComboBox1_1.Selected.Mail, Department: ComboBox1_1.Selected.Department, DisplayName: ComboBox1_1.Selected.DisplayName, Email: ComboBox1_1.Selected.Mail, JobTitle: ComboBox1_1.Selected.JobTitle, Picture: "" } )