There is any solution to import with assigned team already prefilled and selected? I see that only user can be exported also, not teams.
if not i will try to aoutpopulate from assigned user: ifThen(
!entity\isAttributeSet(this, 'teams'),
teams = assignedUser.primaryTeam
);
if not i will try to aoutpopulate from assigned user: ifThen(
!entity\isAttributeSet(this, 'teams'),
teams = assignedUser.primaryTeam
);
Comment