Announcements
Hey everyone,
I am looking for a Power Automate Flow that will send an in-app notification to a User when she/he is mentioned in a post on a Timeline.
Can someone help me with that? Can't seem to find anything on the forum...
In-app functionality is activated and I have successfully created a different flow that will notify when a new task is assigned. I just don't know how to set the trigger to "when a User is mentioned in a post" ...
Thank you!!!
Finally got to test it - it works perfectly, thank you so much!!
I added a link to the regarding dataset in the notification. Super useful now :-)
Hi yvka123,
Have any updates?
Could you click 'Yes' to close the thread if my answer is helpful?
Hi yvka123,
As Viktor suggested, you can set up a trigger for when a new record (Post) is created, user's id stores in the text of the post.
How to filter the text of the post to get the ID of the mentioned user?
--Using split() function twice in the flow:
Overview:
Steps:
1.Trigger:
2.Get a row by id:
Then you can test run the flow to view format of the text:
Special format: @[8,userid,username,...], So you can use these special characters to split the text.
3.Using split() firstly to split text got from last step:
4.use split() again to split output got from last step:
Reference(usage of split() function in power automate):
https://www.enjoysharepoint.com/power-automate-split-string-into-an-array/
Then you can use the id of the user in your following steps to send in-app notification.
Hi,
To my understanding there is no trigger on timeline mention unfortunatly.
But you can try to trigger on post create, and then parse the body of the post for mentions.
I cant test myself right now but it should be possible to then extract the systemuserid from the mention in the message, to use with the inapp notification.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,246 Super User 2024 Season 2
Martin Dráb 228,041 Super User 2024 Season 2
nmaenpaa 101,148