How to interrupt a cycle with or without BREAK. I attach a block in which I want to interrupt the continuation of the work by activating or not BREAK.
How to interrupt a loop with or without BREAK. I'm attaching a block where I want to interrupt the progress of the job with or without BREAK.
When I run if then else, I get the message "break should be run only from whitin..."
You can use the break block only in loops
It seems to be you are displaying a notification; which can't be interrupted
What is AkquisiciFucco?
Next time please switch the language to English before taking a screenshot
Thanks. My goal is to display the notification and force the user to go back and re-enter the contents of patient_name.txt. I don't know how to create the loop. Can you fix it?