Copying a Request Form


Badge +2

Hello Community, 

I have a form that I would like users to select specific fields they would like to copy to a new request. Right now I've modified the start form in my workflow and have checkboxes that allows them to select the fields they want to copy. I'm storing the values selected the start form in form variables then passing the variables to the workflow variables. Within the actual request form I want to have a link that opens up the start form, allows them to select the fields they want to copy and then submit. I'm stuck at the creation of the new item. What would be the best approach to creating the items after all the variables are set? Thanks!


2 replies

Userlevel 5
Badge +14
 I'm storing the values selected the start form in form variables then passing the variables to the workflow variables.

so you already have all the values that you want to copy over in variables....

then you just need to add and configure Create Item action. configure the action so that it sets list fields to value of respective workflow variable.

Badge +2

Hello Marian. Thanks for the advice. I was able to accomplish the above method. 

Reply