how to refresh mashup when service return data changed?
Dear community,
I wrote a Mashup and a service. The logic of the service is: the input parameter is a data from the PLC. After a series of processing, the service generates a data as an output parameter, and then binds the output data to the mashup.
Now I want to realize that when the PLC data changes, the data displayed by Mashup automatically changes, what should I do?
I tried to use the AllDataChanged function, but it failed.

