How to reset a searchbox

Hi, I’m trying to reset an input for a searchbox whenever I click a button. The button and the searchbox are in different groups which are contained in the same super group
image

The button does not reset the searchbox, how do I fix that?

Bonus question: is there a a native way to change the searchbox with an action? right now what I do is set its initial value to state variable and then reset it.

you can either use the workflow action reset relevant inputs or use workflow action reset group and reset the group that contains the search box element

So, I think I could reset it with reset data where I can select the group like you say. Awesome thanks