How to retrieve internal interface draft data?

Certified Senior Developer

Hi,

As the "Save Draft" is a completely internal Appian function, is there any way to retrieve those data with an Appian function or plugin?

  Discussion posts and replies are publicly visible

Parents
  • To my knowledge we cannot access any data "saved" in memory with the OOTB save function.  What I typically do here is disable this built-in save function on the User Input task, and create my own "Save For Later" type button within the form layout.  This will bypass validation, and technically submits the form to only chain through a Write to DS node, and chain back to the same form, typically with a custom "Data has been saved" type message, where they can X it closed and re-access from their Tasks List later.  This will persist the current values to the database where we can access them for reporting. 

Reply
  • To my knowledge we cannot access any data "saved" in memory with the OOTB save function.  What I typically do here is disable this built-in save function on the User Input task, and create my own "Save For Later" type button within the form layout.  This will bypass validation, and technically submits the form to only chain through a Write to DS node, and chain back to the same form, typically with a custom "Data has been saved" type message, where they can X it closed and re-access from their Tasks List later.  This will persist the current values to the database where we can access them for reporting. 

Children