How to trigger scenario to a new reply to team message

The ‘Watch New Replies’ module requires a message ID and only then is the scenario triggered. But I do not know the Message-ID as it has just been created.

What I want is to be able to process messages on a Teams Channel. When a new message is created, my scenario processes it and potentially provides an answer. If any user provides another reply, I want the scenario to process it as well.

What can I do? The ‘Watch Messages’ doesn’t trigger the scenario for replies so I end up with my setup to reply to any new message on a channel but it doesn’t reply to any replies.

You can set the “Watch Messages” module to start from now on so that it only processes new messages and replies…as such your scenario will trigger for any new message or reply in the channel

I have that, the problem is that the ‘Watch Messages’ is not triggered by the answer to the message. Only to the first message.