Skip to main content

In a request, when I add resources to a person field and I would like them to also be added to the team members panel.

I know there is a way of doing because I’ve done it before but I’ve lost the instructions that I created!

Thanks in advance

Hello ​@mpjubb 
 

Yes, you can automatically add people from a Person field to the Team Members panel by setting up a Custom Action in AdaptiveWork.

Here’s how to do it:

  • Create a Custom Action with this formula:
    AddTeamMember($PersonField)
    or
    AddTeamMember($CurrentValue)

  • Set it to run when the Person field is updated.


Reply