Unable to Store Value in collection inside a collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-05-18 08:36 PM
Hi, I've created a Collection inside a Collection and when I wish to store a value in it by using a Calculation Stage it shows error "Field not Found". anybody knows how to store a value in this.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-05-18 05:07 PM
To add values to inner collection you need to create another collection similar to inner collection with all fields same as inner collection and then all the values to the new collection and at the end just add the new collection to the Main colllection which contains inner collection
EX: lets say ""MAIN"" is name of collecton which contains one of the field of type Collection named as ""INNER"".now create a new collection as NEW and add all values to it and at the end with the help of a calculating stage just Store ""NEW"" in ""MAIN.INNER
