Hey there, Running a query - current_unique_IDs = demisto.executeCommand( "query" , { "query" :get_current_uniqueIDs_query_SQL, "using-brand" : "Generic SQL" }) when i execute - demisto.results( type (current_unique_IDs) I get But when i try list functions it says it is a dict. but when i try to do dict functions I get a non hashable error. I want to use the query object, preferable as a set, to filter a dataframe. So what python type is a query result? Downloaded as a file. it is an odd | delimited file. This appears to be neither a dict or a list. Anyone have a link or gist on how to best deal with this data to get it in a list, or set? Thanks for your time.
... View more