Question
Converting JSON into Infotable
I followed the article published here https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS238970
I am using Thingworx 7.1
For some reason "result.Length" is coming as undefined? I tried uppercase and lower case both. So it does not go into for loop to add content in the infortable.
var result = Resources["ContentLoaderFunctions"].GetJSON(params);
logger.debug(' object ' +Object.keys(result).length);
logger.debug('Result' +result.Length);
thanks.

