Issue
User created a playbook action that contained object attributes, but did not receive an expected output.
Environment
Red Canary
Resolution
Check the case of how the object attribute was entered. For example, if a user would like to see the threat ID appear for a published threat, use the object attribute "$Detection.id". Using "$detection.id" will result in an output of "$detection.id".
Cause
Object attributes are case sensitive.