Issue with Infotable Property Logging and History Updates
I have an Infotable property that is enabled for logging and is persistent.
This Infotable contains three columns: Number, StartDate, and EndDate. The table is updated every 24 hours.
The update logic is as follows:
- I first assign the Infotable to a variable in the script.
- I modify the dates as needed.
- I update the property using me.property.
While this updates the Infotable with the new values (updated dates), when I query it using QueryNamedPropertyHistory or QueryInfoTablePropertyHistory, I only see one log entry for the property instead of a complete history.
Could you help me understand why the logs aren’t being recorded as expected?
Thingworx version -> 9.3.8

