I am using the Inputmonitor plugin to filter a repeating group in a popup. I want to reset the input once the used completed the selection and the popup is called again.
From my understanding of “reset relevant inputs” it will only work for inputs used within the same workflow. So I set out to change the state of the input to its own text, and the reset relevant inputs, but that didn’t work.
Let me recap: the input field needs to be in a group G, then in the workflow, after managing the inputmonitor, I can call reset group G?
If so that didn’t work. I also tried to reset group G and follow with reset relevant input as well, no results. My search text still show in the popup when opening it again.
No the group G only wraps around the Input search as prescribed by @dorilama
However I found a way to use the reset group call: I placed it as the first action in the workflow that opens the popup, then show popup and load the repeating group with options in there. I reset the whole popup too so I don’teven need the group wrapping the input search.