Skip to content

Latest commit

 

History

History
99 lines (59 loc) · 4.62 KB

File metadata and controls

99 lines (59 loc) · 4.62 KB

Summary

This sample gets the image from SharePoint document library and post it on Microsoft Teams channel using Power Automate. The flow utilizes standard Send Microsoft graph request action to overcome the payload size limit of 28 KB.

Flow overview

Applies to

Compatibility

Premium License On-Premises Connectors Custom Connectors

Authors

Solution Author(s)
Send inline image in team message Manish Solanki (@Manish Solanki)

Version history

Version Date Comments
1.0 May 21, 2024 Initial release

Features

This sample illustrates the following concepts:

  • Post embed image in MS Teams Channel message
  • Overcome the payload size limit (28 KB)
  • Send a Microsoft Graph HTTP request using standard action
  • Expression

Prerequisites

  • This Flow requires an image to be present in SharePoint document library (inside site asset).
  • A Microsoft Teams with a channel where image needs to be shared via message.

Connection References

The solution includes two connection references.

  • SharePoint Connection
  • Microsoft Teams Connection

Minimal Path to Awesome

  • Download the .zip from the solution folder
  • Import the .zip file using Solutions > Import Solution.

Configure Flow

  1. Once the solution is imported, edit it
  2. Select Get file content action and replace the Site Address and the File Identifier to point to your SharePoint site and image file. Configure Get file content action
  3. Select Get team action and choose a team from the drop down. Configure Get team action
  4. Save and test the flow.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Using the source code

You can also use the Power Apps CLI to pack the source code by following these steps:

  • Clone the repository to a local drive

  • Pack the source files back into a solution .zip file:

    pac solution pack --zipfile pathtodestinationfile --folder pathtosourcefolder --processCanvasApps

    Making sure to replace pathtosourcefolder to point to the path to this sample's sourcecode folder, and pathtodestinationfile to point to the path of this solution's .zip file (located under the solution folder)

  • Within Power Apps Studio, import the solution .zip file using Solutions > Import Solution and select the .zip file you just packed.

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you encounter any issues while using this sample, you can create a new issue.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.