Advanced file upload throws "file variable not found"

After trying to upload an image I get this error. Am I doing something wrong or is this a bug?

Workflow triggered an error

name: “Error”

stack: “Error: File variable not found. at se (https://editor-cdn.weweb.io/ww_front/public/js/index.0c6dee17.js:1:426377) at re (https://editor-cdn.weweb.io/ww_front/public/js/index.0c6dee17.js:1:419714) at re (https://editor-cdn.weweb.io/ww_front/public/js/index.0c6dee17.js:1:420105) at async le (https://editor-cdn.weweb.io/ww_front/public/js/index.0c6dee17.js:1:418223)”

message: “File variable not found.”

I got it to stop the error and upload the file. I had to go into the workflow and add “select upload element” which I kinda feel like it should automatically pick itself.

But then it doesnt show whats uploaded so the user has no idea it worked and theres no way for the user to remove what they uploaded.

is this an error from the recent update?

I’m experiencing the same issue.

I ended up building my own list and set up to remove items from the list before upload.
It wasnt difficult but i do feel like that should just be implemented as a default.

Nicely done. Agreed. I reported it as a bug a couple days ago, and it’s fixed now.

I had fixed mine with a datagrid, which I still kind of enjoy as a solution, but the drag and drop element works as intended now.

Thanks WeWeb!