Hi Experts,
I am a beginner to PowerApp.
I have a form (taking a request some name and short text) and any user can view the form select the name from pre defined choices and assign it to themselves.
I have a main sharepoint site where all request form info are stored and I have a column called " Assigned to"
Choices - Stored in Different Site.
Selected choice value from dropdown should be update in the main sharepoint site column "Assigned to".
Patch(RequestDB,Defaults(RequestDB),{'Assignedto' : AssignDD.SelectedText})