Reset AWS Fileuploader

Hi all,

I’m trying to reset the uploaded files of the AWS File Uploader Plugin. I try to accomplish this with workflows.

  • When I use the “Reset Group” (on parent group) nothing happens
  • When I use “Reset input File Uploader” the entire drop zone collapses for no obvious reason and remains unusable in case the user opens the pop up again
  • When I use “reset relevant inputs” it doesn’t seem to work either

Can anyone help me with this? Do I need to write custom JS to solve this or am I missing something obvious?

Thank you for any type of help!

Cheers,
Philipp

Hey Philip,

It should be possible to use “reset relevant inputs” for this, just make sure the input field (in this case File uploaders value) is used in the workflow.

So if you use a “Do when condition is true” event" with the condition “Fileuploaders value is not empty” and a workflow action “reset relevant” inputs it should work (it did when I tested it):

image

I added “…percentage is 100” to be sure the upload is finished but this might not be necessary.

1 Like

Worked! Thanks a lot! :slight_smile:

1 Like