Data form stored on the cloud with ThingWorx Composer
Hello,
I am a new user of ThingWorx, and i would like to create a simple app before to use sensors for my university.
I would like to create form that people can fulfill and their data. Users can see the data of everybody and there is chart to summarize.
I have created a thing (generic template with 3 properties : 2 string and 1 number) related to a ValueStream (RemoteValueStream).
For my mashup, I have used 2 text-box and one numeric entry. Clicking on a button will SetProperties of the Thing. GetProperties is bounded to the textbox and the numeric entry (and a gauge for the numeric value).
I have also a chart bounded to QueryPropertyHistory.
But finally I have errors :
ERROR - Runtime exception handling data update for binding {"Id":"173b3fef-5d2f-
ERROR - Error in invoking service Things, QueryPropertyHistory, Things, Services, QueryPropertyHistory. Error from the server: "Unable to Invoke Service QueryPropertyHistory on *Thing* : *ValueStream* is not connected »
Do you know how I can solve this and realize my very simple app ?
Thank you in advance

