after folder capture I want to check if the xml variable contains a numeric value.
write a true or false statement to a variable.
true will continue the workflow, false will place these files in a seperate folder.
This way, you do not need to set a condition after your script in order to conditionally branch. You could do it directly in the script, which becomes your conditional branch.