Dear Team,
My project is, user will come create a request. Request has choice, Text box and Multiline (Request Descreption0 text box once they submit a request is created.
Support team will open the request, I have made a separate list in SharePoint which has username of all the team members will work on this request.
Logic here is, users will open the request and assign to themselves via drop down menu. when they select their name and click ASSIGN button. Patch will update.. "Assigned to" and "Status" to Assigned.
When I click assign Button, request description text in the textbox disappears.
Patch formula I used.
Patch(Datasoruce, Gallery1.Selected, {Assignedto:Dropdown.Selected.Users},{Status:"Assigned"}).
Some one please help me