I have fallowing scenario:
Real time query has both single value and multi value as output. These outputs are used as stateless process multi value input variables(both for repeating and single valued ones) and as a input for result list. The data is displayed correctly in result list. While mapping RTQ dataservice to process variables there are no error even do the we are mapping “array of arrays”(RTQ output) to array(stateless process input). The stateless process exports process data variables to excel. End result is that single values are transferred to excel and that repeating ones are not.
Does anyone have an idea how to resolve this issue?