Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi,
Does binding PropertyNames to GetLoggedProperty not allowed? please refer below bindings of before and after the step.
Thingworx version 9.3.7
before:
at GetloggedProperty, selected row, add target, Data tab, checked propertyNames
after adding target, Data binding of List is disconnected and need to rebind. List at Dashboard intermittently missing as well
Solved! Go to Solution.
Hello @MT_10719574,
In the screenshots it looks like you are binding the "Data" and "Selected Rows" output of your service to the same data input in the list: "ptcs-list-39".
This is not possible as inputs can only have one binding.
I think you might want to bind your selected rows to the "SelectedItems" input on your list instead?
Regards,
Jens
Hello @MT_10719574,
In the screenshots it looks like you are binding the "Data" and "Selected Rows" output of your service to the same data input in the list: "ptcs-list-39".
This is not possible as inputs can only have one binding.
I think you might want to bind your selected rows to the "SelectedItems" input on your list instead?
Regards,
Jens
Hi Jens,
thanks for the reply
I changed the way of binding the output of GetLoggedProperties to the input of QueryNamedPorpertyHistory.
Add the target at QueryNamedPorpertyHistory (add source to propertyNames) instead of doing it at GetLoggedProperties.
it seems work at this moment, able to get initial binding's intention.