@jm_11 ,
In AJO, the Advanced Expression Editor is typically used to define conditions and expressions for decision splits within a journey. It doesn't natively support the persistence of values across multiple conditions. However, you can work around this limitation by creating attributes within the platform to store and update values that need to persist across conditions. These attributes can be set, updated, and checked as the journey progresses.
Else If Blocks in Advanced Expression Editor: AJO's Advanced expression Editor does not directly support "else if" blocks. Decision splits are typically handled using a series of individual conditions, and they follow a strict "if-then-else" logic. You can have multiple conditions and specify what should happen if each condition is met, but it may not have the same visual structure as traditional "else if" blocks.
Iterating Through Conditions: Adobe Journey Optimizer doesn't have native looping capabilities. To iterate through a set of conditions, you would generally set up multiple individual decision splits for each condition you want to evaluate. While this can lead to a more complex decision tree, it allows you to evaluate each condition separately.