I was creating a dynamic list with pictures and prices.
These are the collection I created :
Products
Sub Categories
Prices
The collection ‘Sub Categories’ contains text (string) and ‘Prices’ contains different prices but they are in a text format(not integers). So when I inserted a text block, I can get text from the collection ‘Sub Categories’ but not the collection ‘Prices’. They are both in a text format (string).
I think you are running into trouble because you can only pull from one collection at a time. You can combine the price and the sub categories collection into one. This way you can select the one collection but pull both bits of info.
[quote=“Gambit, post:3, topic:35925”]
Is it better to use options as a field type than adding more collections?
[/quote] I prefer it. I think it gives you more control over your content.
And I am not sure if they are going to or not! I haven’t heard anything on CMS updates yet