Hi ,
One helpful method of debugging would be to place a Print String node between the ‘Branch’ and the Jump function and then another print string on the False pin. This is a good way to see if the branch and the boolean are working the way you’re expecting. It’s possible that the boolean is not being set. If this doesn’t help you find the issue, can you post a screenshot of where the boolean is being set to true?