Skip to main content

Workflow: Relationship Query Task

Comments

1 comment

  • Permanently deleted user
    Hi Lee, 

     

     

    You can use VB.Net expressions in workflow activities without needing to use the VB Script activity.  For the Object Ids property on Relationship Query Task, try using an expression like this:

     

    String.Join(",",myListVariable)

     

    That should take myListVariable and convert it to a string, while inserting a "," character between each item.
    0

Please sign in to leave a comment.