Hi,
I have created a collection for my answers in a drop down for a gallery. These are working fine. But, when I go to patch these back to the SP list, this isn't working. I was wondering if anyone knew what I was doing wrong?
The title patches if it's by itself, but the rest doesnt work. When I hover over each line I can see the collection but I can't see it in the SP list, something is going wrong!
Thanks for the help!
Patch(WAHSE,Defaults(WAHSE), {Title:"Collected"});
// WAHSE
Patch(WAHSE,
{
HSEPlanRegisters:Mid(Concat(Drop1, ", " & Value),3),
SecondarySubcontractors:Mid(Concat(Drop2, ", " & Value),3),
Records:Mid(Concat(Drop3, ", " & Value),3),
RiskAssessmentDocumentation:Mid(Concat(Drop4, ", " & Value),3),
SiteInspection:Mid(Concat(Drop5, ", " & Value),3),)
})