I am learning powerapps using the canvas module.
what I am facing an issue:
I am not able to store the data in the column I need help
I google it and found the link for a solution but I am not able to solve the problem
see that link :
see my caller column in canvas app
see flows how I add the column:
form1->field->edit fields->add filed->caller field I add in form
then after I take another combo box and set the
items = Office365Users.SearchUser({searchTerm:ComboBoxCaller.SearchText,top:10})
and inside Combobox, I am able to see the users in Combobox but now I want to store the user in caller column in dataverse
please help
Your caller column in dataverse is set to a yes/no column type. You will need to delete it and create a new one making it a person field.
After that, refresh your data source in the left hand side menu.
Next, add the caller column to your form again, then you should be able to just assign the value by using your linked example or even assign the default of default selected as:
TheOtherColumn.Selected