How to access input-value variable when input field is in collection item container?

this is completely not needed. To dynamically change an input value you need to bind the initial value to a variable and then change tha variable. 100% doable with nocode. It’s just a matter of creating the right variable. You can use an array and bind the values by index or you can use an object and bind the values by id.this example does it with an array for a list of checkboxes but the same principle applies for any input.

1 Like