ForAll(
ForAll(Split(Concatenate(
If(chkboxITM.Value, chkboxITM.Text & ",", ""),
If(chkboxITO.Value, chkboxITO.Text & ",", ""),
If(chkboxMission.Value, chkboxMission.Text & ",", ""),
If(chkboxCyber.Value, chkboxCyber.Text & ",", ""),
If(chkboxDigital.Value, chkboxDigital.Text & ",", ""),
If(chkboxData.Value, chkboxData.Text & ",", "")
),
","
), {Result: ThisRecord.Value}),
{Value:Result}
)