Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am trying to call the sql query service in a javascript service. While printing the length of the data returned from the sql query, it is giving null.
While executing the local service, it is throwing error: Error executing service. Message ::Unable To Convert From org.mozilla.javascript.UniqueTag to INFOTABLE - See Script Error Log for more details.
Can anyone please tell me where am I going wrong.
It looks like your first service is already returning an infotable? Why iterate it again to build another table?
What is your Service Output set to?