Ng-repeat don't work

I have this code in Java

image

and this code in HTML

image

image

In my User Task I expected to information from Camunda variable “data”, but that’s what I see:

There are chars from serialized string of my variable

How do I get the correct result?

I found the solution.

It was necessary to set the variable in this way:

image

2 Likes