Input Monitor and Reset Relevant inputs

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.

What are my options?

You can put the input in a group and reset the group. When you reset a group all the contained inputs are reset too.

1 Like

So 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.

it will reset the input to its initial value.
It all depends on what you set as initial value.

Are you displaying some records into that group G. If so set another workflow to send and am empty records then.

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.

1 Like

Good one @umiumansa :relaxed:

I’m glad you found the solution by doing what I suggested :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.