Reset file uploader input from a popup

hey is there way to reset a file uploader’s input from a pop up , i tried resetting relevant inputs but it doesnt work because the pop up isnt included in the group of the file uploader

Jut reset whatever group the file uploader is in.

how do i do that ? i dont think reset relevant inputs will work because the pop up is seperated from any other group

Reset Relevant Inputs only resets the input if it’s value was used in the workflow (otherwise, it’s not a relevant input). It’s got nothing to do with where the input element is.

If it’s not relevant you can make it relevant by ensuring its value is included somewhere within the workflow.

But in cany case you can just reset the parent group, as I mentioned previously, by using the Reset Data action on the relevant group.

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