Stop blocks from running

Hi,

Is there a way to make the blocks to become a comment and does not run?

Yes,

You put a condition in. You put your blocks in an IF block. If a condition occurs, then run, else do not run.

Can you give me an example of what you are trying to do?

I’m trying to troubleshoot and isolate problems. Ok, thanks for the suggestion, I’ll just put a IF or While condition so that it would never happen.

1 Like