Hi folks,
My question is how can i edit build in User dataverse table by power apps?
For example i want to edit column Status and my code looks like this
Patch(Users, LookUp(Users, 'Full Name' = TextInputCanvas2_1.Value), {
Status: ComboboxCanvas1.Selected.Value}
)
But i have an error:
Invalid argument type. Expecting a OptionSetValue (EmployeeStatusChoices) value, but of a different schema.


Report
All responses (
Answers (