I'm writing an automation to create a new issue in a specific project if the trigger issue has a linked issue of a specific issuetype.
Right now, my challenge is getting the automation to enter the "For: Linked Issues" branch.

As can be seen in the picture above, I'm using a Log Action to debug the automation. When the automation is triggered, this is the result:

How is it possible that the Log Action is able to list the linked issues, but at the same time it won't enter the branch because there are no linked issues?