Skip to main content

I have a workflow that is requiring Employee Changes.  There can be multiple values for the type of change (classification, office location, phone extension).  Based on the type of change, I want to route the workflow to different tasks.

I tried using the multivalue check box, but it stores the data with the xml data with it.  (below I chose Classification and Department Change).  What do I need to do to store that as a text so I can use line rules in the workflow?

 

Type of Change

<collection><object><fields><field><value>Classification Change</value></field><field><value>Department Change</value></field></fields></object></collection>

Hi Doreen,


 


I would consider using a choice control to achieve this. Please have a look at the following documentation.


http://help.k2.com/helppages/K2smartformsControlPack1.0/default.htm#Input%20Controls/Choice.html


 


Regards,


Taariq


Reply