Hi
I have a flow I have built and it users can request to join departments. The flow uses the O365 Connector tool to add the user to the 0365 group.
However to dumb proof the flow if a user is already in the group and requesting it again, the flow errors as the user is already in the O365 group. "One or more added object references already exist for the following modified properties: 'members'.","
Is there a way from the action causing the error and to simply reject the user from the request?
Or is it possible to get the flow to check first if the user is in the group? If so how can this be done
