Our environment is suing LTS 14.10 and we’re using the “Inspect App” feature to export the Trigger Tree for our application to help with validating its configuration.
Unfortunately, this feature seems to not display the contents of Expressions inside the triggers (such as the specifics of a formula) nor does it display the Conditions of a trigger when verifying if a certain Text variable is blank or not.
For example, expressions appear as:
{
“Update variable”: “Variable_1”,
“Value”: “Expression”,
“Type”: “Float”
}
And Conditions that verify blank Text variables are not being displayed at all.
Is there a way to have the Trigger Tree display these conditions and expressions?