Hi, Within a Custom Function, is it possible to grab information from the current container? For example, I've added this line to a function: from_address = str(phantom.collect2(container=container, datapath=["artifact:*.cef.fromEmail"], limit=1)[0][0]) Ideally the value of the variable would just be a string of an email address. But I get an error that the variable "container" hasn't been defined. However, when I test this line in the "custom code" section of a function block within a playbook, it works fine. Any thoughts on how I can achieve this? Thanks!
... View more