Hey Guys,
I'm working with displaying dynamic user data via the client context.
I have managed to create a property on a user that is a string array.
The problem I am having is when i look at my values in the client context (and the json response from getting the profiledata) I am only getting 1 of the values not the whole string array.
For the default values that CQ gives you this is also true.
An example for you to see would be by viewing the client context of Alison Parker and then under her profile data displaying the "followers" property. YOu will see in the CRXDE that there are multiple values for this property but only one is displayed and returned in teh JSON response.
Is there a way to return the whole array?
Any help you could give would be great!
Thanks so much!