Hello,
There is a feature in creator where user can drag and drop question within the content area. When user add a logic in visibleIf and if user drag that question inside panel dynamic then the previous added logic is not working.
here is example
In the above example, the are question1(checkbox) and question2(rating) and question3(paneldynamic). we add a logic on question 2 when it was not added inside panel dynamic and after adding logic on question as visibleIf: "{question1} = ['item1']"
and then we drag question 1 and question2 inside panel dynamic. In this case the logic condition needs to updated automatically to VisibleIf: {panel.question1} = ['item1']
or else the condition will not work anymore.
Can this be fixed or user have to do it manually?