Storage query file source not selectable

Hey everyone, I ran into a problem. I want to choose a file in a fileInput component and upload that file via a query.

Unfortunately I can't select the fileInput component in the querys "file input" dropdown :frowning:

I tried using the base64 data of fileInput but it corrupts my file.

image
the component in question

image
the empty dropdown in the query

1 Like

Hi @Huki, welcome to the forum! :wave:

Are we interested on setting this up for single or multiple file uploads?

Thank you! Should be a single file upload.

Sweet! Try clicking the fx button on the right of the input for 'File source', then reference the file using {{ stagePlotFileInput.value[0] }}.

1 Like