Hi, Im using Bonita 7.3.3
In a form, I put a three nested collection container, similar this example:
http://documentation.bonitasoft.com/?page=repeat-a-container-for-a-collection-of-data
All is OK, but I need fromn the child collection acces to the parent item info, because I load a selector in the child container with the result of another selector at parent container. Using AngularJS, it is easy using $parent.$index, but seems that it is not working for Bonita.
Thanks