I am trying to build a field that will pull the home team of the Project Owner.
I was successful in pulling the project owner:
CONCAT({owner}.{name})
But when I adjusted the field to try an pull their home team, I received an NA on the project custom form.
CONCAT({team}.{owner}.{name})
What am I doing wrong?