Hello guys, can anyone explain how the save draft functionality works in some detail.
In my task i have a grid in which i select a row and then press save draft. After opening the task again, the row is not selected.
Discussion posts and replies are publicly visible
Thank you.
Hi karlon2336
Did you come right with this?
We have an interface that has:
However, when we save draft, close the form and then come back to the task, the values entered initially are not displaying on the form.
Any idea how to fix this?
Thanks
I think you will have to share some code snippets and explain the matter in more detail.
In the Interface , this is the code to save to the rule input:
In the process model, the output on the interface is as follows:
and the "Allow users to save draft" is ticked in the Form of the process model:
We fill the fields in on the form ( ie. ingredient declaration for the technical information ) , click save draft and then close the form.
We then reopen the task and the ingredient declaration for the technical information paragraph field is blank. The draft values were not saved.
What are we doing incorrectly?