When I run the playbook in debugger mode by passing the event ID to test it, for the first time the playbook is working good, but when run the Playbook from the event, I am getting the error: phantom.act(): 'enrich_ip_5' cannot be run on asset 'sample asset'. The "enrich ip" action requires the following parameters: ip. The given parameters look like they were automatically generated by phantom.act() because an empty parameters list was passed to phantom.act(). The parameters list may have been empty because the preceding call to phantom.collect2() returned an empty list. Check your calling code in the action that generated this error
... View more