Clear(deptCollection);
Clear(sectionMapping);
ClearCollect(
deptCollection,
[
"Architects",
"Community and Cultural Development",
"Corporate Services",
"Finance & Water Services",
"Forward Planning Infrastructure",
"Infrastructure & Climate Change",
"Planning"
]
);
ClearCollect(sectionMapping,
{Department: "Architects", Section: "a1"},
{Department: "Architects", Section: "a3"},
{Department: "Architects", Section: "a4"},
{Department: "Community and Cultural Development", Section: "a2"},
{Department: "Community and Cultural Development", Section: "a5"},
{Department: "Corporate Services", Section: "a6"},
{Department: "Corporate Services", Section: "a7"},
{Department: "Corporate Services", Section: "a8"},
{Department: "Finance & Water Services", Section: "a9"},
{Department: "Finance & Water Services", Section: "a11"},
{Department: "Forward Planning Infrastructure", Section: "a12"},
{Department: "Infrastructure & Climate Change", Section: "a14"},
{Department: "Planning", Section: "a15"}
);