Continue running an ilogic rule once another rule has finished
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm running an iLogic rule (let's call it - First rule) that has a line that activates another open document. When this document is activated, it runs an ilogic rule inside this current document (let's call it - Second rule). Then, it goes back to the first/previous document to continue running the rule (First rule). This is happening but not as expected. The second document is activated it and runs the rule inside (second rule), however, it hasn't finished this rule (second rule) and goes back to the previous document to continue running the first rule.
How can I make sure the first rule won't continue running until the second rule has finished? What is happening is that it initiates the second rule and while this one is running it returns to the first rule. I meant, both are running simultaneously. I want the first one to hold until the second one has finished. Thanks!