Hello,
I'm trying to build a flow where "When there is a new message in a group" in Yammer with specific keywords and it will send the post to an MS teams channel with some additional information. But for some reason, it is also sending the comments of the posts with the specific keywords as well? I only want the post, not the comments. Is there a way to do this? Any tips would be really appreciated.1
2
Hi @Rifat_04
Some ideas:
a) Instead of using multiple conditions, you could use trigger conditions to only run the workflow for specific tasks. There's an excellent answer by @Expiscornovus in this thread: Solved: Re: Trigger when a yammer post is created with a s... - Power Platform Community (microsoft....
b) Maybe could try to parse the JSON content coming out from the trigger, and with that, get only the message. Have a look at this post: Using Flow to monitor activity in Yammer – buildbod.com
In that case, parsing the JSON content, you would need to access the body/plain field.
Hope that helps!
Ferran