Hello
Can anyone share a workflow for successfully deleting files inside a Multifile Uploader? I didn’t realize that the ‘Remove File’ doesn’t delete the uploaded file, and am trying to create a workaround using a repeating group and the ‘delete an uploaded file’ action:
Here there is a repeating group (type: file), displaying the multifile uploader’s list of files. Inside each file cell is a delete button, to delete the uploaded file.
Clicking this does not delete the file from the uploader:
I also tried:
With the initial content of the uploader being:
But instead of showing the files that are remaining, the reset actions resets the uploader completely, back to 0 files.
Thank you so much in advance!