I have an Edit Form in my app and in this 1 field is a single line of text but inside that DataCard it has multiple checkboxes and depending on how many checkboxes were ticked it would concatenate those values, for example, I have these values in the checkboxes:
1- A
2- B
3- C
4- D
5- E
So I only select B and D so the result would be B D and that would save in that field. But there would be times that we need to edit that item again and we expected B and D to be still ticked but when we select E, that ticked B and D would disappear then we would need to tick those boxes again.
Ideally, we would change the field into checkboxes, but is there some way for this to work so the field would remain as a single line of text and would retain the last selected value of the checkboxes that is not connected to the form?