Reset relevant input multi file upload

Hi,

I’m trying to reset the input for the Multi File Upload plugin similar to the Upload Photos plugin after clicking a button. However, there is no way to reset the input, which is confusing to the end user and they have to manually remove the item. Is there some way to reset the input in Workflow?

Thanks

Reset relevant inputs should do the job.
Sometimes you have to enforce the ‘relevance’ of the input - because Bubble doesn’t detect it as an input to reset with this action by default.

For this I usually add a conditional on the ‘reset relevant inputs’ action that says ‘targetInput's value is not empty’ or in this case ‘targetUploader's value count >0’.

2 Likes

I don’t even see the relevant input option since I don’t have any other input on the page…