Hi
@Jason Jemmott,
The "Set Field" will overwrite the field as you're experiencing. The solution is to instead use a script for more advanced field manipulation (like adding).
incident.members is a simple list. It looks like:
['user1_email@domain.com', 'user2_email@domain.com', 'Group Name 1']
So, this would work for you in the script:
(incident.members).append('Group Name 2')------------------------------
Jared Fagel
Cyber Security Analyst I
Public Utility
------------------------------