Resolved! Getting the value and length of an array in JSON format
I would like to get the length and value of the following array in Client Script. [{"key1": "a", "key2": "c", "key3": "e"},{"key1": "b", "key2": "d", "key3": "f"}] *a-f contain sys_id. The results I want are as followsLength: 2 (for {}*2)Value: a-f T...
