i have a an object and i would to display this object in a list, the object key would be title and value would be a text under it. i tried using collection but when i set the value for value for one i am getting undefine for the previous items
i am doing something like this to get the key ${collectionItem.key}
Probably also better describe your use case with a sample of the data and explaining why you need to iterate over object, I have a strong feeling there is a mistake in wanting to do that
Don't need to iterate unless this collection is dynamic, means items are getting added and removed dynamically and there is a lot of them, you have on the screenshot 4 items