Resolved! Access a list from an integration
To access a list from an automation I use something like: json = json.loads(demisto.executeCommand("getList", {"listName": "blabla"}) However, from an integration I cannot use the executeCommand method. Is there any way to access a list from an integration? If it is not possible, what alternative do I have to access static information (it is a ...




