Hello,
I am trying to patch a Combobox to a SharePoint list. The combo box has a list of values from a SharePoint list. I got it so it does not throw errors in the compiler, but it just does not patch. After I run the code, the Destination field is blank.
Patch( tblPass, {Destination: cboDestination})
Solved! Go to Solution.
Well, I got it to work. I ended up just using cboDestination.selected.
Patch(Rekvisition, Form4_2.Selected,{Vendor: Vendor.Selected.*Value*});
Form4-2 has sharepoint list column one of them is a lookup field that supply vendor list
I am trying to create a collection and patch them to list in sharepoint. The function is not working , hat exactly is going wrong here.
User | Count |
---|---|
257 | |
127 | |
104 | |
49 | |
49 |