Aller au contenu principal

Workflow: Relationship Query Task

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.