Hello guys!
My task is to create a flow which replies once to a new message in a teams channel. I saw a person who asked this type of question and got a response to basically check the most recent message by using CreateDate as a variable.
However when I've implemented the solution I hit a problem. Whenever I post my initial message I get 1 response, which is fantastic. However if I type another message in the channel, that message will receive two replies. If I type a third message it will receive three replies and so on and so on. This could potentially increase spam and be really annoying in a channel with multiple actual people.
I am not sure where my mistake is. Any help is appreciated.