I have configured connections to be auto accepted and to create mutual connections. I then disabled the Profile - Add Connection and enabled the Profile - Add Cross Connection system actions. This now shows both connections on the activity feed so 'User A is now connected with @User B' and 'User B is now connected with @User A'. This is great but I would like to configure the feed to only show the cross connection so if I am User A, it would only show 'User B is now connected with @User A' activity.
The Profile - Add Cross Connection is the only action that is enabled so I guess it is being called twice, once for initial connection and secondly for the auto mutual connection. So I saved a copy of the Profile - Add Cross Connection action and tried to add another condition to stop it running on the initial connection. I assumed it would be something like [var2] Not Equal To [user_id] but this stops it running at all. [var1] Not Equal To [user_id] does have an effect but only shows the initial connection so has the same effect as the Profile - Add Connection action.
How can I configure this action to only record the cross connection and ignore the initial connection?
Many thanks