Generated Thingpredictor-[Model Name]-AnalysisThing not working programmatically with service
Hello,
we successfully generated a Thingpredictor-[Model Name]-AnalysisThingTemplate via the TW Analytics Manager.
Then we created a Thing from this ThingTemplate in Thingworx.
We have the following properties provided:

If we manually add a new row in the data infotable it works and analytics executes an analysis job (also it generates a key id as you can see here):

But if we programmatically try to add a new row with a thingworx service it only adds a new row without the generation of a key and analysis job:

var newRow = new Object(); newRow._Wert1 = 26; newRow._Wert3 = 28; me.data.AddRow(newRow);
What could cause such a behaviour?
Do we need to do some additional steps for this to work?
Thank you in advance,
Max

