Hoppa till huvudinnehållet

Workflow: Relationship Query Task

Kommentarer

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

Du måste logga in om du vill lämna en kommentar.