Hello!
I have a page with dropzone2 plugin and an interactive report to upload files and display them (that works as it should). Recently I added a form at the top that has a process, which checks if there's data inside the table for that form, if there's not it takes data from another table and it fills the items so that I can insert them in the form table. If there is data, it just displays the data. It's a lot more complicated but I really can't go into deep detail, but the problem I'm facing is that when uploading a new file I am met with an error “ORA-01403: no data found” for the initialize form process. What could be causing the error?