I have a reusable popup that is a multistep form and I’m using it on my dashboard page. When I complete all the steps in this form and hide it the values don’t reset. I have used all the necessary reset group and reset input actions in the submit button workflow.
Assuming the original datasource is empty, then using a Reset Data action should do it.
If that’s not working, then my guess would be that the popup may have a default data source, in which case Reset Data is just resetting it back to that.
But without seeing it it’s impossible to say.
Check the debugger to see where the values are coming from.