Hi,
I am developing a powerapp UI where I have a dropdown, which should save value into text field in SharePoint.
This dropdown is manually added into the Edit form, which already has a a text field. Need to understand how to save the value from this manually added dropdown into text field in SharePoint.
Used OnChange on dropdown, but doesn't work. Patch('DS',ThisItem.Location,Dropdown4.Selected.Result)
Remove the formula from the OnChange Place the formula below Onselect of a Button;
Patch( DS, Defaults( DS ), {Location: Dropdown4.Selected.Result } )
Where DS is the name of the Datasource.
If you have issues after applying the suggestion, show the formula on the Items property of the dropdown
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
255 | |
106 | |
85 | |
51 | |
43 |