Hi all,
I'm trying to figure out how to update a ShP list item based on what user selected in combobox. I have 1 sharepoint list that cointains some information a 2 sharepoint list that I want to copy and paste the information into from the sharepoint list 1.
What I have is a combobox in which a user can select certain value. If that happens (user selects something), I want to take what he selected and paste it inside a column into a sharepoint list 2.
I have this line of code, but it seems it doesn't work with comboboxes:
UpdateIf(Catering, 'Subject' = UdalostVar.'Subject', { 'Cost center': Nakl_Stredisko_Combobox.Selected } );
The 'UdalostVar' is variable that I created above so the user can select the row that needs to be updated.
Any idea how to do this?
Thanks!