Is there a way to do an "if branch fails -> write to log" or something? Rather than checking each step, a global or something for each branch?
I want to be able to write to a log if any of the 10 steps in my branch fails... and not have to setup If (!success) write to file for each step.
I want to be able to write to a log if any of the 10 steps in my branch fails... and not have to setup If (!success) write to file for each step.
you can check global logs of zennoposter in folder of the program. But it's likely you got the same error in project maker. And in debug mode its more comfortable to check which step fails