Hi,
I would like to process some json content. The code I have to process it works quite well, except that I do not know how to access the file in the gui.
I currently have a task, with a file upload and a Functionality. This func. writes the json data into the db.
However, instead of the contents of the file, it tried to process the filename, not the contents.
Also, I would like to handle the file without uploading and storing it in Azure, since I do not need the file afterwards.
Any guidance in this would be very welcome.
Thanks,
Alexander