Is there any way to use the same adaptive form fragment multiple times within the same adaptive form and not have the values input into the first instance of the fields filled in subsequent instances of the same fields?
We've created a few fragments that we'd like to use several times within the same form. Unfortunately, when the fields are filled out, the data from the first fragment is copied into all subsequent fragments. I thought that maybe changing the binding for each instance would fix it but that doesn't seem to matter. Someone suggested that adding a binding within the fragment itself, then adding different bindings within each instance of the fragment in the form would fix the issue, but that hasn't been my experience. Any ideas?