{{#each formDetail.schema.pages as |page pageIndex|}}
{{#each sections as |section sectionIndex| }}
{{#each questions as |question questionIndex|}}
<div class="mb-2">
{{component "./components/allQuestions/multiple-choice-answer"
choiceAnswer(findClassRoomDetail../../../formAnswerDetail)}}
</div>
Now I multiple-choice-answer component I am using another #each for which I pass props
{{#each choiceAnswer as |answer answerIndex|}}
// Now I want to go back to top of my data but when I am going it give me undefined I tried this
<div>{{../../../../topFloor}}</div>
but giving undefined