Zum Hauptinhalt gehen

Workflow: Relationship Query Task

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.