I have a Sharepoint List, that contains several Content Types, each with a corresponding Nintex Form. The process is that when Form 1 is submitted, Form 2 is activated => submitted, then Form 3 and so on.
All these forms are saved in their respective columns “Filled Form X”.
In Form 1, I have some controls that are not connected to any sharepoint column - as I only want to store the information within the form and not in any columns (especially to prevent exceeding maximum size of the columns in a list).
When Form 1 is submitted and I go into the form - the input/ data provided to the different controls that are not connected to any column will still be there.
BUT, when Form 2 is submitted - the information at Form 1 will be gone.
I am using ‘New Responsive Designer’
Questions:
- Is there some way of prevent this leakage in information happening?
- If I do not add a column to connect to the control, how will it be saved? - Maybe good to know this, so I can understand what the problem is to Question 1.