This object is in archive! 
Be able to log every step of a rule
Under Consideration
It will be useful to be able to log every step (if else...) of a rule (in a text file or other)
it is very hard to debug rule with the actual system.
You can't vote. Please authorize!
No connection
Real-time notifications may not work
If we could have the parameter access back you could have set a variable to a debug value and send an email in the end. Now you'll have to send emails directly like this:
when (some condition)
..if (some condition)
.....send email "inside main if"
.....do something
..else
.....send email "inside else"
.....do something
But having some kind of debug console would be good. And a debug puzzle piece to append to the debug console.
If we could have the parameter access back you could have set a variable to a debug value and send an email in the end. Now you'll have to send emails directly like this:
when (some condition)
..if (some condition)
.....send email "inside main if"
.....do something
..else
.....send email "inside else"
.....do something
But having some kind of debug console would be good. And a debug puzzle piece to append to the debug console.
Replies have been locked on this page!