Submit Form Data "X" Times

评论

2 条评论

  • Avatar
    Scott Bennett

    Seems like after the submit of the initial form you could loop through the back end process x times.

    0
    评论操作 固定链接
  • Avatar
    Lucas Drege

    hi Stephan, 

    Please follow these steps for your requirement.

     

    1. Create two processes - let's call them 'ParentProcess' and 'ChildProcess'

    2. In the parent process, let's have a Start form with required data you'd like submitted X times.

    3. We can create a form input control, where the user can define number of submits = 5.

    4. Based on the number of submits condition, use a subprocess activity and configure it to kick off the child process. This is a combination of condition shapes, and counter variable to iterate the loop. 

    Please see this link.

    5. In the subprocess activity configuration, please use copy all attributes property, so that data entered in the submit form will be copied to your subprocess.

     

    Let me know how this goes for you.

    Lucas

    0
    评论操作 固定链接

请先登录再写评论。