已答复 Create an SPD workflow that creates a seperate list item with a multi choice field

  • Thursday, April 26, 2012 10:08 PM
     
     
    I would like to create an SPD workflow that is started when an InfoPath form is submitted to a library. The workflow will create an item in a another list. That other list has a field that has a multi choice column type with check boxes. Within the IP form I have a field that is using the multiple-selection control type. When trying to create the item everything seems to be going fine with the exception to the multi-select field. The data shows up, but when you open the item the check boxes are not checked. Also the column filter doesn't filter the data even though it appears in the list. I have verified that the data being pushed into the field is exact with the data choices of the choice field. Any one know how to get the check-boxes to be checked?

All Replies

  • Friday, April 27, 2012 9:20 AM
    Moderator
     
     

    Hi,

    Thank you for your post.
    I'm trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.

    Thanks & Regards,
    Emir


    Emir Liu

    TechNet Community Support

  • Monday, April 30, 2012 9:09 PM
     
     Answered

    Well... I came up with a working solution. I did not end up using the multiple-selection list box. Instead I used individual check boxes. I changed the fields to strings. On the SPD workflow I used the ";#" as the delimiter for each field. That successfully pushed the data into the multiple choice field within SharePoint. I also noticed that the first time I tried this I had a space inside the string building in SPD. This caused the push to fail.

    • Marked As Answer by Larry Smith Monday, April 30, 2012 9:09 PM
    •  
  • Tuesday, May 01, 2012 7:24 PM
     
     

    Hi Larry,

    Based on your update it sounds like you are all set - is this correct? 

    Thanks,

    Scott


    Scott Heim - Microsoft Office InfoPath and SharePoint Designer Online Community Support

  • Wednesday, May 02, 2012 4:33 PM
     
     
    Yep - I have it working now.