I have an app that reads and writes to 2 lists - one is called hazardmaster and the other hazarddetails.
I can get the app to simultaneously create a new list item to hazardmaster and submit a collection of items for hazarddetails that are given the masterid of the last submitted item id of hazardmaster. So that works fine, but:
I also tried to create a button and form that allows the user to create a new item in hazarddetails with the masterid of an already existing item in hazardmaster.
MasterGallery.Selected.ID=number
masterID column in sharepoint = number
The form will create a new record but it will not write to all columns. MasterID and another column with type Text will not write.
I've tried everything i can think of, have spent hours upon hours trying to solve this problem 😞
the masterId column is called masterId, not title (i checked)
the column format and the form input control are the same matching types of data (i checked)
can anybody help?