Call service node to other call service node

I am having a flow where I call a service to turn on a light and the output from this node is connected to another call service node, which calls telegram to send a message. Problem is that by connecting the call service node to another call service node doesn’t send the telegram message. If I connect the telegram call service node to the node before call service for the light, which is a get state node the message is send just fine. Is it not possible to connect anything to a call service node?

If you want you can post the flow here in json so I can test. I am pretty I have similar flows on this.

It may be that your message.payload from the call service node’s output is overriding the data of the 2nd call service node. Try putting a change node in between that converts the message.payload to just “on” or something. Also, the debug node is your friend.