I suggest you create a Collection:
CheckBox1:
OnCheck: Collect(MyList1,{Value: "A"})
UnOnCheck: Remove(MyList1,LookUp(MyList1,Value ="A"))
CheckBox2:
OnCheck: Collect(MyList1,{Value: "B"})
UnOnCheck: Remove(MyList1,LookUp(MyList1,Value ="B"))
CheckBox3:
OnCheck: Collect(MyList1,{Value: "C"})
UnOnCheck: Remove(MyList1,LookUp(MyList1,Value ="C"))
Finally in the Default of the DatacardValue:
Concat(MyList1.Value,Value, ", ")
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.