Hi,
I have tried using both of the below on a 'Submit' button in my app.
Patch(Requests, Defaults( Requests ) ,{Space: Dropdown1.Selected})
Patch(Requests, Defaults( Requests ) ,{Space: Dropdown1.SelectedText})
The error I get is "This type of argument 'Space' does not match the expected type 'Text'. Found type 'Record'.
The drop-down data is from a table in another excel file.
I would appreciate any help or advice.