Hi there,
Im having issues with the patch command and was hoping somebody could help.
I have two sharepoint lists, a SPList of Citys in a column and a SPList called Onboarding type text.
When I attempt to patch the selected city or typed city they do not patch into the SPList onboarding
Essentially if they have typed a city rather than selected one I want the typed entry to patch.
Patch(Onboarding,
Defaults(Onboarding),
{City:If(IsBlank(Text (CityComboBox.Selected.City))), {CityComboBox.SearchText})