@Bharath You have to include double quotes in every value. your final
object should be like this."13870": {"Type": 4,"Tag": "Severity (Values
List)","Value": {"ValuesListIds": ["63738","63821"]},"FieldId": 13870}I
don't know how you will do but in my...
@Bharath You almost there, I think you need this.var countries =
['603:0', '604:0', '605:0'];countries_value = countries.map(item=>
item.split(':')[0] );countries_value= ['603', '604', '605'];