Hi Carlos, it should be fairly simple. In your FTL use for example: [#assign carMap = cmsfn.contentById('carUUID','workspaceAllMyCars') ] or [#assign carMap = cmsfn.contentByPath('/pathToSpecificCar','workspaceAllMyCars')] to get your contentMap from the ContentApp in your workspace. Then use dot-notation like ${car.color} to get the wanted properties. If you want to list them all, you may first make a query to find all "cars" in the content App workspace and then list them. Does that help? Yann
-- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=923c62d0-5712-41b4-af38-1a18c20734c5 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------