Good morning Power Automate Community,
I've set up a small flow as part of a wider system which allows files to be moved from one area of Sharepoint to another and also send email notifications to make people aware that a file has been moved into their folders.
A flow previous to this one uses a "Yes/No" column to allow the user to tick the box within a specific column and this triggers to file to move to what I am dubbing a "failsafe" folder.
Provided the user has named the file correctly, my currently flow should search for a 5-digit number within the Name of the file and will move the file to a relevant folder based on the number it finds.
The first step checks for when a file is moved to my "failsafe" folder that sits within Sharepoint: 
The next step gets the file properties for the files that are sitting within that "failsafe" folder:

The "Apply to each" grabs the "Body/value" properties from the Get files properties action and then I have parallel conditions which check the "Name" property (gleamed from the get files properties action) contains a list of 5-digit codes. If the condition is true for one of the two below 5-digit codes it should run the move file action and also the send an email notification action:

My flow suggests it is succeeding each time I test this, however I can see that the flow appears to be "skipping" when it reaches the conditions, despite one of the 5-digit codes being present in the file name.
Is there anything anyone can suggest might be going wrong here?