Workflow Soluiton

 View Only
  • 1.  Table that user fills out

    Posted Feb 03, 2015 11:02 AM

    So I'm building a workflow and my knowledge is limited so bare with me.  I have a series of questions that the user needs to fill out, but I need the answer to the questions to show up in the description field in process manager.  If there is an easier way let me know, but I was thinking a table with column one being the questions and column 2 the user would fill out.



  • 2.  RE: Table that user fills out
    Best Answer

    Posted Feb 05, 2015 09:45 AM

    It sounds like you just need a series of label and text input components on your form. How you arrange them is entirely up to your sense of aesthetic. Once the user has filled them out and submitted the form, you can use a merge text component to bring your data together into a single text string. Once you have that, you can use that string as the value of your process description.