Solved
Finding data in json from an infotable.
Hello,
Can somebody help me to write a service in thingworx where infotable data value is checked if it is found in a json data.
Thanks.
Hello,
Can somebody help me to write a service in thingworx where infotable data value is checked if it is found in a json data.
Thanks.
var info = [INFOTABLE];
for( var i = 0; i < info.length; i++){
//Get the infotable row values
//Search in JSON
if(isFound == true){
//Get the required value
}
}
If possible share the sample dataset.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.