[Quick Tip] BPF – Merge previously split branches
Posted On 22 January 2020 β’ < 1 min read
If you have split a BPF with a Condition tile you might want to merge the two branches back after some steps. We had this requirement a few times in our projects. Every time we had to figure it out again. This post will explain a way to do this.
Normally if you add a Condition the BPF gets split but you can not merge it back.

If you add the condition between two steps and after that add a step at the false branch of the condition it will merge automatically back to the main branch.

+2