Creating a web flow (via Power Automate) is indeed a solid way to set up this process. Here’s an approach that could help achieve the SharePoint list and RSS feed functionality you're looking for:
- Using Power Automate to Capture Praise Messages
- Trigger: Use the Microsoft Teams trigger for messages posted in a specific channel.
- Action: Add a step to parse the message content and the author’s name.
- Create Item in SharePoint: Add a step to Create item in a SharePoint list. Map the parsed message and author’s name to columns in the SharePoint list.
This SharePoint list will now serve as a central repository for praise messages.
- Generating an RSS Feed from SharePoint
- Use Power Automate to periodically check the SharePoint list for new items.
- For each new item, update or generate the RSS feed. Alternatively, you can use third-party connectors or services if Power Automate does not support direct RSS feed generation.
Alternative: Use SharePoint News Feature
If you're open to a simplified option:
- Use the News feature in SharePoint for each praise entry. This will automatically generate a user-friendly RSS feed, which might save some setup time.Creating a web flow (via Power Automate) is indeed a solid way to set up this process. Here’s an approach that could help achieve the SharePoint list and RSS feed functionality you're looking for:
- Using Power Automate to Capture Praise Messages
- Trigger: Use the Microsoft Teams trigger for messages posted in a specific channel.
- Action: Add a step to parse the message content and the author’s name.
- Create Item in SharePoint: Add a step to Create item in a SharePoint list. Map the parsed message and author’s name to columns in the SharePoint list.
- Generating an RSS Feed from SharePoint
- Use Power Automate to periodically check the SharePoint list for new items.
- For each new item, update or generate the RSS feed. Alternatively, you can use third-party connectors or services if Power Automate does not support direct RSS feed generation.
- Use the News feature in SharePoint for each praise entry. This will automatically generate a user-friendly RSS feed, which might save some setup time.