Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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?