Hello all!
I have a flow that uses 'Add user to Group' from the Entra ID connector to add users to a security group. It uses a field of text from an MS Forms submission as the parameter of email addresses to add (of course each email address separated by a semi-colon). And the flow works as intended! If a user isn't a part of the designated security group and exists in our tenant, they are successfully added....

...The weird thing is that the flow *technically* fails (says 'Flow Run Failed' in the below screenshot) when a user doesn't exist, or *if a user already exists in the group. So if you go to the flow run history, it will show failed if *any* of the users from the field in the MS Forms submission meets those 2 pieces of criteria listed above.

Even though the flow works as intended, is there a way to mark the flow as a successful run even if a *user is not found or if *a user already exists in the security group?
^^(Those are the 2 pieces of criteria that are causing the flow to fail even if only one user meets those 2 pieces of criteria. If no users meet those 2 pieces of criteria, the flow only then runs as green and says 'Flow Run Successful')
Thank you so much,
J