After two days of looking for answer and trying out all possible solutions for this problem, I found this answer to another topic Conditional Event triggered multiple times - #4 by lhofer87 .
The problem was caused because I did not have a Variable Name filled so event was firing each time a change happens inside of subprocess.
However, my problem was solved simple by naming a Variable.
2 Likes