Hello all - I have a pipe that utilizes a start form to create a new card in a connected pipe. The advanced options for the Connection are set to True:
- All connected cards must be done before moving this card to the next phase
- All connected cards must be finished before the parent card can be done
Once the card is created via the start form in both the parent and child pipes, I am able to move the Parent card to the next phase. My understanding was that given the advanced options I set to true, the Parent card should not be able to move till the Child card is completed. Any suggestions?