I have two blocks in flow and it looks like
if (login=Passcode) >» Block 1>>finish
if (login!=Passcode) » Block 2 >>finish
But I dont want progress bar to contradict each other, just want to start progress bar seprate for each block and not count in each other. How can it be done?

