Hello-
I have automation setup to create five sub-tasks and then an "IF" statement to create four addition sub-tasks depending on the answer. This is working as intended, however, if I add another "IF" statement after the first one, it appears to be completely ignored. The first "IF/AND" validates and works as intended, but anything after that is ignored. Do I need to make a new trigger for this or something? Basically, if one or the other or both are "Yes" I need specific sub-tasks created.
Hi Chris,
I would recommend using branches in this case, to ensure that the automation is going through the If statements.
So, if you embed each separate If statement in a Branch, they will all be validated separately. Here's what you can do:
Please give it a try and let me know how it goes.
Cheers,
Carlos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Chris Yukubousky ,
An "if" by its own is finite. It just says "if this than that" but: "if NOT this than what?"
Try to run with if-else branches.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From what you describe, you may want to use the if/else structure instead. That will create a block where to add your conditions and processing. When you want another block, just add another if/else...up to the 60 component limit per rule. For example:
You should see this nesting on the screen to help you know if you have it correctly implemented.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.