HI, I am trying to implement a functionality where I need to save documents from a file upload field to Appian. The button's submit parameter is false. Any idea how this can be implemented?
Discussion posts and replies are publicly visible
You can use a!writeRecords in submit button saveInto for uploading files into db, then a request id is generated (do onSuccess configuration), pass that request id through rule inputs into process model if you need it for whole data need to be saved in DB.