Hey Guys,
i want to open the FIleuploader with an Icon Click. I think the Solution is the Toolbox Plugin.
I asked chatgpt to write a javascript which should trigger the element with the Fileuploader ID. But it doesnt seem to work.
What i tried is to use the html element and pasted this code:
I doublechecked that the fileuploader element has the id “fileuploader”
I created a button with the workflow “Run Javascript” with the script bubble_fn_triggerFileUploader();
When i click on the Button nothiing happens. Anyone here who can help?