Allow Sequence paths to reconnect to an existing action
Under Review
June 18, 2026
Right now, sequences are linear, so when the sequence branches, each path has to continue separately.
It would be helpful if one path could reconnect to an existing action later in the same sequence, instead of requiring users to recreate the same follow-up steps in multiple branches.
Example: I want to start my sequence by checking for a LI connection. If Yes, we should begin outreach. If No, I want to try to connect. If they accept, I'd like that branch to merge back into the same outreach step used for candidates who were already connected.
As it stands, I have to duplicate those follow-up steps, which creates extra work and means future edits have to be remembered and applied in multiple places.