And pass the title of each of the items within the feed into a message that then gets posted into a teams chat.
I have been able to get the title of each warning to pass through into an individual message, however I would prefer it to trigger just one message rather than a message into teams per warning
After getting feeds output, add "Select" action to create an array of title from its output. Pass the body property dynamically as its input:
Click 'Switch to Text' button on right side of Map:
Enter the below expression in Map input parameter textbox. Expression needs to be entered in the function window:
item()?['title']
Finally, add "Post message in a chat or channel" action to share on teams channel. In the message body you need to enter the below expression to show title in each line:
join(body('Select'),'<br>')
OUTPUT:
If this helps & solves your problem, please remember to like and accept my solution as it will help others in the future.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.