Cannot pass TextInput (text) to service parameter
What i would like to do
- I would like to pass parameter to service I created.
-service is call to rest api end point with reply json format data of water level (measure all day in each minutes).
-i convert to infotable and got data shape as (ID,TimeStamp,WaterLevel).
-endpoint url is look alike getdatafromID/<ID-name>.
for example, my ID-name is IN01,IN04
What i have try
- i try concept to create graph on mashup by putting ID-name as text input, It's work
- i try on Vuforia 2d widget time chart it's not work.
- I use textInput (text) to input ID-name i want to call on server
-bind textInput(text) to Parameters(ID)
-bind event(valuechange) to GetTodayFromID(service called)
-I also create function to catch log that what data really passed to (figure 3 below)
-data is not load
- i configure option as "invoke on Startup" and "refresh" data is not load
But
- If i use default input for ID as IN01 data can be loaded But just only the default(IN01 in this case) I cannot change to IN04 while on preview
How can i pass TextInput (text) to service parameter.

