Hi,
I am trying to get the list of Teams assigned to the current user. I tried the code below in the Formula Sandbox but I am getting an Error 500.
I need this to check if a user is assigned to a specific team and use this as a condition to make fields read-only. Please help.
output\printLine(env\userAttribute('teams'));
Thanks
I am trying to get the list of Teams assigned to the current user. I tried the code below in the Formula Sandbox but I am getting an Error 500.
I need this to check if a user is assigned to a specific team and use this as a condition to make fields read-only. Please help.
output\printLine(env\userAttribute('teams'));
Thanks
Comment