converting list of multiple list result from stored procedure to data subset

 Hello All,

We are executing a SP which will return  result of 4 lists, each list should cast to different cdt but SP should execute only once. 

I stored the output of stored proc by converting datasubset in PV ,but the data is not coming in data value, i can see...getting [object object][object][object][object][objectobject] like this but startindex, batch size,total count, identifiers have expected values.

 

We can't define new cdt for the entire SP Output due to some design and data challenges, any thoughts would be appreciated.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 2
    in reply to swapnac
    If the Data Type of the Process variable is datasubset then the Pv will show as [object object][object][object][object][objectobject]. As said above we can access it for any manipulations but, we will face the implementation challenges like exactly which object is present in which Index. Does the SP will always returns the same set of Objects in every execution?
Children
No Data