Ok, here comes a real newbie question: I am trying to do something that looks like it should be really simple and straight forward:
open a database connection, run a query, disassemble the query and graph a time series of numbers The database connection opens, and the query runs fine, but when I hook it to the recordDisassembler it claims that the input type is not a record but an array (I did set the output of the databaseQuery actor to record). What am I doing wrong? thanks for your help Corinna

