Hi, I am new to powerapps and am trying to patch a combobox to a SP list with a single line of text field type. The combobox is searchable but multiselect is turned off.
The code I have in the combobox is as follows:
Filter(Distinct(ResourceTracker_DDValues,Brand), Not(IsBlank(Result)))
I have tried using:
Patch(tresresources,
Defaults(tresresources),
{Brand: BrandCB.Selected.result})
The error I am getting when using this is:
'Does not match expected record type 'record'. found type 'text''
Any help is much appreciated. Thank you!


Report
All responses (
Answers (