Hi
So I added my SharePoint List to a collection and I'm trying to Patch the changes to the collection but getting an error for the choice column. I have been able to use the same code to Patch a choice to a collection but don't know what I'm missing this time. Only difference previously was, I was not adding to a collection from a SP List but I was getting the choice value from the same SP List. So the code is below
Patch(Collection,
ThisItem,
{ SourceName: SourceNameInput_2.Text,
SourceIP: SourceIPInput_2.Text,
SourceServiceType:SourceServiceDropdown_2.Selected.Value
} );
I'm getting this error
Below is the setting of this

Report
All responses (
Answers (