[Question] Passing Dataset as Parameter to Popup

I’m trying to pass a dataset from a named query into a popup via scripting, but it seems to be causing some issues. Is there a certain way to pass these? Or am I going to have to bind the data to the table instead of passing it via a parameter?

data = system.db.runNamedQuery("Arconic", "getRecipeCycles",params)
param_dictionary['datasetCycles']=data

2 posts were merged into an existing topic: [Bug-13088]Popup Views Fail To Interpret Parameters Which Are Objects