Session variable does not seem to retain value
To test that it is not retaining value, I bound it in the following ways in the same mashup. Nothing displays in the label.
1. List widget (Service (SelectedRow(String))) ==input==> Session variable (String) ==output==> Label widget
2. Textbox widget (Text (String)) ==input==> Session variable (String) ==output==> Label widget
When I bypass the Session variable, it works fine. The label displays the string from list/textbox widget.
1. List widget (Service (SelectedRow(String))) ==> Label widget
2. Textbox widget (Text (String)) ==> Label widget
Thingworx 8.4.1

