Hello, I'm trying to create a check list, with pickable values, the structure of the data goes, as for example:
-> Host
- Groups
Users
- Groups
Users
-> Host
- Groups
Users
When I'm cycling through the values I want to divide them by Groups, but before the name of the Group there should also be the name of the Host it belongs too, this is what I have:

Which results in this:

The value after the "Host:" is missing, how do I access the {{lookupObjects.Name}}?
Thank you