Hi,
I have setup an Event Orchestration, and I am sending an email to its integration email address. I route the event to the proper services based on conditions. Then in the service I have one rule which always triggers, and pulls information out of the message body and stores them in the event custom_details. I then have a second rule to the right (nested) which has a condition based on the enriched data. However, the rule never fires. Does the rules to the right have access to the event custom_data set by the previous rule?