New to the community. I wanted to give a quick rundown of what I have been trying to do and then explain where I am having this skipping issue. I am an IT Admin for an EMS agency and we wanted to implement an electronic rig check for all of the medical providers that can alert leadership if something is wrong/missing. The form was built out and works as expected. I have built the flow to trigger when a form is submitted and it will generate a SharePoint List item within an issue tracker template. The item is created based off of the issue description that the provider will put in the free text in the form. (E.G. "What ALS medications are missing from the ambulance?", if a prover listed Atropine, it should create a new item in the list with that drug.)

This is showing 3 of the 8 parallel actions. After each action is a condition that is set to scan the description from the item to see if it is blank. If it is, the flow is supposed to delete the item from the list. If it is not blank, indicating a Medication issue, the condition terminates.

Works fine when it was one action but now when I run it with all 8, it will either randomly skip without any error code or it won't created the item. Can run the test again right after and it will be a different step that is skipped.

Second one down has this within the results:

I filled a new form and listed Zofran as a missing drug to trigger an item creation and it only triggered a different item creation and skipped over the missing medication.

Please forgive me if I am making some stupid mistake but I've been reading through forums and coming up short. I am not even at the last step where I want an email generated with all of these flags in the description. I was able to set it up with each individual item but that is not ideal.
Any assistance you could provide would be much appreciated.