Article - CS341627

How to update row values of Infotable Property on a Thing via a Service in ThingWorx Platform

Modified: 22-Jun-2023   


Applies To

  • ThingWorx Platform 8.0 to 9.3

Description

  • How to simply update row values of infotable thing property with JS service?
  • Prior methods for updating Infotables no longer work as expected in ThingWorx 8.5 and up
  • Infotable snippets have changed in the following ThingWorx versions and prior code no longer works
    • ThingWorx Platform 8.5.10
    • ThingWorx Platform 9.0.3
    • ThingWorx Platform 9.1.0
  • Unable to update Infotable properties after upgrading ThingWorx Platform
  • Why some previous used JS Service doesn't work in latest releases of ThingWorx
    • Take an example, below snippet works in ThingWorx 8.5.3 but doesn't work in ThingWorx 8.5.11 anymore:
me.myNumVals.rows[0].numone = 9999;
This is a printer-friendly version of Article 341627 and may be out of date. For the latest version click CS341627