How to convert array into single value against a single key

Certified Lead Developer

I've CDT which has data like {ID:1, Val: "A,B,C}. Now I want to store the values in another CDT and write to DB where I want to save them in manner like {ID:1, Val:"A", ID:1, Val:"B",ID:1, Val:"C"}. What can be done to achieve this.

Regards:
Nitesh

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data