Hello!
My application has a file uploader feature that initializes via workflow (‘upload files’ button). The trouble I have is resetting the file uploader after the file has been uploaded. Currently, the file uploader settings does not include ‘Clear after uploading’; it was disrupting Step 3.
My workflow:
Step 1: When button is clicked: start uploader
Step 2: Do when condition is true = uploader all files uploaded is yes
Action 2.1: Trigger Custom event (Folder upload)
Step 3: (Folder upload)
Action 3.1: Make changes to folder: Files add uploader’s files
Action 3.2: Remove file from uploader
The file upload is successful but the reset doesn’t not work -
What I’ve tried:
- Remove file from a uploader; this action does not clear the uploader (even with the clear upload setting) but it allows me to upload more files
- Remove file from Azure a uploader; This action clears the uploader but it does not allow me to upload more files
- Reset input; this action does nothing
Has anyone experienced something similar? I’d also be open to adjustments to the workflow!
Anything helps! Much appreciated.