Input in a repeating group and reset CS

In a repeating group i have a series of input with its state called quantity
the initial state of the input is state quantity
how i can reset all the input (n rows)?
reset all input not work
Thanks

@rcretella

Thanks but is a repeating group so it mean there are N input so how i refer?
Thanks

Please share screen s of the actual setup and dB involved

Thanks but its not involved any db i need just to reset this field as u can see in the image.
Thanks

@rcretella

I used an icon in the row as a trigger. The action to reset the input could be this one:

image

image

I think you’re looking for this

If you want a simple way - just add the utilities bdk and put the IF-then without the env plugin
and do the steps as the post i linked - except that instead of relying on the env plugin to trigger the IF then event let the IF-then rely on a page state conditional

just make sure that the event is triggered when your repeating group is visible, it will not work when it’s not visible

Hope that helps!