I think setting this parameter may help the issue but the initial
issue regarding the removal of the sequence structure and the variable
not clearing could be due to data flow. By using the sequence
structure you are forcing the execution flow. I think what was
happening is that you were getting a  kind of race condition that
either a delay or a sequence structure help solve the issue.

Hope this helps, Steven Bird

Reply via email to