Hey, I have a bit of a complicated usecase I think. I have a dynamic form in which a user can add different segments to it (these segments or subforms can vary based on what the user selects).
I build an AppField component for this segment and added it to my createFormHook under the fieldComponents (Let's call it
ExamSegmentField
ExamSegmentField
).
In my main form I now want to show all the segments the user has added like so: