JSON Data Object in a Table Column Embedded View Throws Errors?

Running 8.1.48

Attempting to embed table column value structured as a json object:

I’ve properly setup the view to embed, three labels stacked vertically.

Employed the value parameter as an object with the proper keyed items in the embedded view.

Bound the text parameter of the label to the proper item in the value object parameter.

Detail of the error makes no sense me.

What is going on?!

I found the error… it’s in the naming of the data json items… I use the embedded view three times for different values but I failed to create generic names that match the embedded view.

2 Likes