Capture Conditional Content in Typology Rule
Hi,
Is it possible to capture personalization/conditional content in a typology rule?
Take the following typology rule code which executes "at the end of analysis" for the alertAssignee delivery template.
- logInfo(delivery.content.text.source)
This will return the following, which is the content of the alertAssignee delivery template.
- "<%= dataSource.message %>"

However, when an alert is sent out, this <%= dataSource.message %> can become many different things. How can we capture this in the typology rule?