Announcement

Collapse
No announcement yet.

Formula: Check if user is member of a team

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Formula: Check if user is member of a team

    Hi, hope i did not asked this question already.
    In Fomulas i need to know if the User who has saved the Form is member of a specefic Group.
    Thanks for any Help

  • #2
    Hi Jay,


    Code:
    $teamsIds = env\userAttribute('teamsIds');
    $isInTeam = array\includes($teamsIds, 'paste-id-of-team-here');
    Last edited by yuri; 04-21-2020, 04:45 PM.

    Comment


    • #3
      Thanks, i have implemted this. We will now Test. Will Report.

      Comment

      Working...
      X