Hi,
on my screen a have
- a gallery with some entries I could select (only 1 needs to be selected)
- a new form build upon a Sharepoint list with a combobox (combobox is a lookup field in SP list)
Whenever I click on an entry in my gallery I want the ID of the selected gallery filled into my combobox and saved into my SP list.
First step is done with this in the DefaultSelectedItems property of the combobox:
Table({Value: Gallery.Selected.ID})
The ID is shown in the combobox as soon as I chose an item in the gallery - but it is not saved! Every other entries in the form are saved.
I need the form only for new data, not for editing. Do I still need the update property of the datacard, the combobox is part of?
In my Sharepoint list the concerning column is expecting the ID, so this should match with the data I filled into the combobox.
What am I doing wrong?
Thanks for every advice!
Michael