
Announcements
If you can't use Azure AD, you can try using the built-in connectors in Power Automate to achieve your goal.
Get File Content from Teams:
Use the "Get file content" action to retrieve the picture file from Teams.
Ensure that the user running the flow has the necessary permissions to access the file.
Upload File to SharePoint:
Use the "Create file" action to upload the retrieved picture file to SharePoint.
Here’s an example of how you can set up the flow:
Trigger: When a new message is posted in a Teams channel.
Get File Content: Use the "Get file content" action to retrieve the picture file.
Create File in SharePoint: Use the "Create file" action to upload the picture file to SharePoint.