I am building a form with a repeating feature for study drugs. The form includes 10 questions about the first drug, with branching logic in 2 of those questions. If the answer is YES, a text field appears for more information. This works fine for the first drug. The last question asks if there is another drug. If the answer is YES, the same 10 questions appear for the second drug. However, the branching logic for the repeated questions does not work. The fields that should only appear when the answer is YES always appear, even when the answer is NO or the question has not been asked. I have tested the branching logic on a single instance of the form, and it works as expected. The issue seems to occur only when the questions are repeated.
Has anyone else had this problem? I've tried everything. Will Smartsheet just not allow me to do this?