Hello Friends,
I have a requirement to Patch Combox values to a Sharepoint List after accumulating the same in a collection. So Patch Statement I've figured out we can do like
Patch(ProjectCollection, ThisItem, {ProjectItem:inputname.Text,Technology:ComboBox1.SelectedItems});
But, I need collect statement to collect the next set of Project Item (text field) and Technology(Combobox) in Project Collection.
Collect(ProjectCollection,{ProjectItem:"",Technology: ?????? });
But I'm not sure What Technology to setup for Collect and Clear Collect Statement.
Thanks and Regards,
JD