Can conditional statements be nested like typical If, Then, ElseIf, Else logic? For example two Start conditional logic statements in row followed by two End conditional statements to create a nested logic.
Or, must any Start conditional statement be followed by it's End statement?
The Actions guide is vague on this point of usage and includes no examples of nested logic although it doesn't prohibit its use.
Also, as a corallary, is it okay to use the Stop Processing More Actions statement to branch out of the logic? With some clever arrangement it would appear possible to create most If, Then, ElseIf, Else logic using this as a way to stop processing when the condition is met. Again, the Actions Guide has some vague language about this, so it's hard to really tell when this is used.
Cheers,
James