Hi Sten,
Take a look at the following function from mendix that you can use in an exclusive split in a microflow: https://docs.mendix.com/refguide/string-function-calls#length.
Pretty sure using an integer is not the correct way to model this. This should probably be a String.
Use a regex match. Something like isMatch($foobar, '[0-9]{9}')
Thanks, it works!
It is not working for me yet. When I run the app, it always says I don't have 9 numbers. Underneath is a printscreen of the microflow I used. Is there a mistake in the microflow?
The expression in the exclusive split is length('$Patient/BSN')=9