Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello All
I have created services for each LED in order to visualize the data, services work perfectly but LEDS are updated all the time as you can see in the photo below
I added a trigger serviceInvokeCompleted to visualize the updated data but it creates a weird binding each time I try to connect it to my service :
Could you please tell me why that happened, and what can we do to solve this issue
Thank you for your answers
Solved! Go to Solution.
You've created an infinite loop as you can see from the blue binding coming all the way around back to the front.
Please eliminate that and think of a different way to do your event flow
Hi @Ziyad.
If the previous response allowed you to resolve your issue, please mark it as the Accepted Solution for the benefit of others with the same question.
Thank you for participating in our community.
Regards.
--Sharon
Thank You for your answers the small problem was resolved,
I had services whose entry depended on the output of other services and the events had to be reorganized a little