I'm trying to fill up a sharepoint list from a few choices from other sharepoint lists
I have three sharepoint lists, two source, three dropdown for choices and one sharepoint list
to fill up with data.
The form is populated with three dropdowns:
1: Address (populated from a sharepoint list)
2: Meter numbers (populated from a sharepoint list
3: Meter type(Water, Electricity,Gas) (populated from the same sharepoint list as 2)
4: Meter value (numeric field)
I want to write it to the output list to display and store the current value of the meters on reading, address, reading date.
All comboboxes filled up and working, but on save, i get an error message:
error saving changes,
datasource probably invalid.
The output list's mandatory fields are setted to one line text.
Can someone help me what can i do to make it work?