Please Log in or Create an account to join the conversation.
The Connection action supports a comma separated list of user ids. You should be able to use the below action configuration for this.I would like to program an auto action so that once a user participates at an event, a connection is established between all the people who also attend the event. Lets say we have a trigger that is triggered every time a user is joining an event (user A), then we have a variable that we are sending through the trigger about who is already attending the event (users XYZ).
I would like to establish an automatic connection between the User A and all users XYZ. The users would NOT be able to accept the request but the connection would be established automatically.
This would need to utilize the user looping functionality. You'd need to use the same above usage except set User to Manually then for User Variable set it to the variable with your list of user ids. That'll loop each of them through the connection action to undo the connections from them to the list of users.2) Lets say upon cancellation of participation (by organiser or by the user himself) there is another trigger and again a trigger with users XYZ. I would need all the connections to be undone in that case.
Please Log in or Create an account to join the conversation.