Overview
- I have a parent group (“Option Plan Container”) with a custom state named
optionplan_count
(type: number, default = 1). - An “Add Option” button increments this state.
What I’m Trying to Achieve
- Configure a RepeatingGroup (Type of content: number) so its Data source is
Parent group's optionplan_count:sequence from 1 to Parent group's optionplan_count
- In other words, generate exactly N cells (1,2,3…) where N = the current
optionplan_count
.
Current Issue
- In the RepeatingGroup’s Data source picker, the parent group’s custom state never appears as an option.
- Assigning an Element ID to the container and typing
optionContainer's optionplan_count:sequence…
manually also fails to produce any cells. - As a result, I can’t bind the RG to the custom state value at all.