Rendering of addmore section or obsgroup is not working as expected when there are form conditions inside it

After a little more research, we have come to the following solution for add more section form conditions to work properly on render, on click of add more and when rendering with data:

  1. We will create a new api called “getFromParent(‘conceptName’)” - this will get the concept with the given name from the immediate parent of the control.
  2. We will also create "getFromParentById(‘control id’), which will do the same as above, with control id as parameter.

We can come up with a better name for ‘getFromParent’

In case of any concerns, do let us know @angshuonline @vinisha @shivarachakonda