Hi, I have a question with repeating sections.
Have repeating section with 1 Textbox field and 1 Checkbox.
Have non repeating section with TextCopy1,TextCopy2, TextCopy3, CheckBoxCopy1,CheckBoxCopy2, CheckBoxCopy3
If I write anything in the repeating section Textbox field and check checkbox as true() then Set TextboxCopy1=Textbox field and CheckboxCopy1=true()
then I click to add another repeating section and write anything in Textbox field and mark checkbox as true() then Set TextboxCopy2=Textbox field and CheckboxCopy2=true()
that part its fine, I'm confused how I can add a rule to do this:
if
I want to set CheckboxCopy2 to false() in the future, I want to set Checkbox in repeating section to false() where the Textbox field = TextboxCopy2.
or If I set Checkbox in the repeating section to false() that Textbox contains TextCopy2 then erase TextCopy2 and set CheckboxCopy2 to false()
Any solution will be appreciated