Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
I am trying to start a Thing service by doubleclicking a row in an advanced grid using the DoubleClicked event. The value of one cell of this row should be used as input parameter for the service.
I can't get it to work, tried different ways including using SeletedRows as input infotable for the service and giving out the result as string to a label. The label will be replaced by a red exclamation mark triangle. In my understanding, the SelectedRows infotable is always a one row infotable with the same datashape content of the origin infotable, correct?
for example:
var result=inputinfotable.rows[0].value1
I wanted to have a look at the example here but the changed files can't be imported into our Thingworx server.
Any help would be appreciated.
Thanks!
David