Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
As I cant do two bindings to single input in service, Ill create 2 input parameters. But out of two inputs, which is the latest input that should be processed inside code and give result. How to do that??
Solved! Go to Solution.
Hi @AP_9587236
Not sure but I was thinking that you may be able to achieve what you want by using event router function.
The output would be bound to the input parameter of your service and the inputs will be your 2 inputs. The function output will be the latest input received.
and https://community.ptc.com/t5/IoT-Tech-Tips/How-to-use-Event-Routers/m-p/650376
Hope this helps
Regards
Christophe
Hi @AP_9587236
Not sure but I was thinking that you may be able to achieve what you want by using event router function.
The output would be bound to the input parameter of your service and the inputs will be your 2 inputs. The function output will be the latest input received.
and https://community.ptc.com/t5/IoT-Tech-Tips/How-to-use-Event-Routers/m-p/650376
Hope this helps
Regards
Christophe