Teams News Feed - Fedes365/Microsoft-Lists-Templates GitHub Wiki

A Microsoft Teams news feed in your SharePoint homepage!

NOTE: this template is optimized for the "One-third section layout" of a SharePoint page as shown below:

How to:

1) Create a new List from scratch and add the following columns:

COLUMN NAME COLUMN TYPE
Title It's the default Title column
MESSAGE Multiple lines of text
TIMEDETAILS Date and time
USER Person with NO groups and NO multiple choices
MESSAGEURL Multiple lines of text
SUBJECT Single line of text
IMPORTANT Single line of text

2) Create a new List view and provide a custom name. For example: "News View"

3) Open the list settings (gear icon at the top right corner). Make sure that all the columns of the previous step are enabled with a checkmark. Then, go to the Views section and select the custom view that you've created in the previous step. Scroll down to the "Sort" section and apply the settings as shown in the image below:

4) What's your favourite style? 😀 Have a look at the gallery below and click to copy the corresponding JSON code:

PREVIEW

JSON CODE LINK

Click HERE

Click HERE

Click HERE

Click HERE

Click HERE

Click HERE

Click HERE

Click HERE

LOL, do you really want to use
the Fluo/Nitro style?😆
Ok... Click HERE

5) List View Formatting: Format your custom view by pasting the JSON code into the view formatting box (Advanced formatting mode)

Power Automate basic flow tutorial: when a new conversation is added in a Microsoft Teams Channel, create a new item in Microsoft Lists

This basic cloud flow tutorial is made up with 4 steps:

1) TRIGGER: When a new channel message is added

2) ACTION: Get message details

3) ACTION: Initialize variable. ⚠️ Read carefully ⚠️: for unknown reasons, after getting a message details, the create item step was adding random new lines into the message box column of Microsoft Lists. To solve this problem, I used this workaround explained HERE

4) ACTION: Create item

Here is the complete Power Automate flow illustration 👇

⚠️ **GitHub.com Fallback** ⚠️