So, we can easily set the default value to people picker control in PowerApps Forms, and we can update the person or group field using the Patch function. You just must generate the object with the specific format which includes Claims, Email, Department, DisplayName, JobTitle, and Picture ...
Somehow you have to get each field in your app into a column in the data source. You've got to map that relationship. An alternative to a gnarly Patch() is: OnStart of the app, OnVisible of the screen or OnSelect of an item in a gallery, create a collection of the record(s) ...
Is it possible to save the selected user data into a person/group field? If so, how? I've seen posts referring to Patch. Perhaps this is an alternative. I get an error trying to use a combobox and the update option you provided: Update field on DataCard using ComboBox (test ...
https://community.powerapps.com/t5/PowerApps-Forum/Update-SharePoint-Person-type-column-using-SubmitForm-function/td-p/66040 https://powerusers.microsoft.com/t5/PowerApps-Forum/SharePoint-List-Update-Person-Field/td-p/6980 Patch https://docs.microsoft.com/en-us/powerapps/functions/function-patch ...
Your Selected value inDataCardValue75(you might consider some control naming protocols) equalsCox's BazarAND theFO(I assume Choice) field equals Please clickAccept as solutionif my post helped you solve your issue. This will help others find it more ...
So in the sample code above, I'm attempting to patch a SharePoint list that contains Title (single line of text), Color (lookup), and Manufacturer (choice). A simple field like Title is easy enough, you simply pass the data you want to update in that field. For the other two field...
add-field-form.md add-move-configure-or-delete-components-on-form.md add-move-or-delete-fields-on-form.md add-move-or-delete-sections-on-form.md add-move-or-delete-tabs-on-form.md add-reporting-to-app.md additional-controls-for-dynamics-365-for-phones-and-tablets.md advanced...
{ File:{ contentBytes:First(DataCardValue22_1.Attachments).Value, name:First(DataCardValue22_1.Attachments).Name } } );SubmitForm(FormDecision);Patch('Completion List',LookUp('Completion List','Submission ID'=Text(DataCardValue42.Text)),{Status:{Value:...
The other problem with this solution is that the person logged into Powerapps would probably have to log into SharePoint, if they weren't already, for the video to play. We want a seamless experience for the end user where the video plays in Powerapps, on ...
Is it possible to save the selected user data into a person/group field? If so, how? I've seen posts referring to Patch. Perhaps this is an alternative. I get an error trying to use a combobox and the update option you provided: ...