UIB Content Tree Ignoring Fields

cmertz
Giga Contributor

Problem: I have two sets of JSON data, one the dummy JSON loaded to a Content Tree when you first create it with a "sublabel" field added to each item, and a real dataset coming from a data broker translated to use the key:value pairs defined in the documentation. For the most part that data translates as expected, but for some reason the "sublabel" field on my translated data is left off of every item generated from that JSON. Below are screenshots of that data and the visual output on the page associated with it. What do I need to do to get the "sublabel" field to populate correctly?

 

Dummy JSON:

Dummy_JSON.png

Translated JSON Snippet:

Real_JSON.png

UI Output:

UIB_Preview.png

1 ACCEPTED SOLUTION

cmertz
Giga Contributor

Solution: Items where the "actionable" property is set to true will not display their sublabel. Removing the actionable property or setting it to false will cause the sublabel to appear again. 

View solution in original post

1 REPLY 1

cmertz
Giga Contributor

Solution: Items where the "actionable" property is set to true will not display their sublabel. Removing the actionable property or setting it to false will cause the sublabel to appear again.