Forum Discussion

Morgan's avatar
Morgan
Creator III
4 years ago
Solved

Using a method to update a team, doesn't seem to iterate beyond the first

Hi Community. I am setting up a method to assign a user to multiple teams based on a form. The issue I am having is that it seems to only apply the user to the first team I select (using a multi-va...
  • Gopikrishnan's avatar
    4 years ago

    Can you change this line return teamMember.apply(); to teamMember = teamMember.apply(); and give a try.

    Thank You

    Gopikrishnan R