formula to get the user list of a specific team

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Vincent
    replied
    Thank you!

    Leave a comment:


  • lazovic
    replied
    Hello Vincent,

    Maybe this formula will help you:

    $userIds = record\findRelatedMany('Team', $teamId, 'users', 100);

    Leave a comment:


  • Vincent
    replied
    It is not easy as there is no userIds attribute in Team entity

    Leave a comment:


  • Vincent
    started a topic formula to get the user list of a specific team

    formula to get the user list of a specific team

    I am writing script in a process flowchart and would like to get the user list of a specific team in the script. Thanks
Working...