BEGINNERS: Process Model Question

We have created a Data store and enables chain activity linking . For some reason when we begin to fill out our form we are unable to see the data, and are clueless where the data is going. It looks as if it saved, we get the message that it has saved . has anyone experienced this issues or similar 

  Discussion posts and replies are publicly visible

Parents
  • Dear allynj

    Please check with the following precedure:

    1) Inside the User Input Form (the Interface Object), are you able to diplay and save the value in the field in inputs (ri!)?

    If Yes, continue in step 2;

    If No, please set the ri! variable into the "value" and "saveInto" part inside the fields.

     

    2) If the the form is not a start form, you have to pass Form Input (ri!) through the activity class parameter (ac!) back to the process model variable (pv!) in order to proceed in the process.

    By doing so , please save back the values in the output of the User Input Node

Reply
  • Dear allynj

    Please check with the following precedure:

    1) Inside the User Input Form (the Interface Object), are you able to diplay and save the value in the field in inputs (ri!)?

    If Yes, continue in step 2;

    If No, please set the ri! variable into the "value" and "saveInto" part inside the fields.

     

    2) If the the form is not a start form, you have to pass Form Input (ri!) through the activity class parameter (ac!) back to the process model variable (pv!) in order to proceed in the process.

    By doing so , please save back the values in the output of the User Input Node

Children
No Data