I'm hoping someone can help me!
I have an a app that is tied to two SharePoint Lists
'Test Readiness' List:
- ProjectNumber
- ProjectDescription
- ProjectType
- Work Instructions (this is a lookup combobox to my WIs list. This combobox allows multiple choices and the search column is the title one)
My 'WIs' SP List columns:
- Title
- Name of WI
- SUbsection
I have a new form save button, But i cant figure what form of patch should i use. I have this one but is obviously not working
Patch(
'Test Readiness',
Defaults('Test Readiness'),
{ 'Work Instructions':DataCardValue27.Selected.TÃtle})
Datacardvalue27 is the name of the datacard from the combobox. What would be the solution?
Thanks in advance