Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Three Errors in Shoutout Template

(0) ShareShare
ReportReport
Posted on by
I am trying to customize shoutout template and landed with three issues upon start and one at the end upon clicking submit/send
 
  • Office36SUsers.UserPhotoMetadata failed: ( "error": ("code": "ErrorNonExistentStorage", "message": "Accessing service failed.", "innerError": ("date": 2025-04-02T18:12:04", "request-id*: "7a8e028-6e4f-4fd5-be9c-574b33a43080*, "client-request-id*: "7ae&e028-6e4f-4fd5-be9c-574b33a43080*))
  • Office365Users.UserPhotoMetadata failed: ( "error": ( "code": "ErrorNonExistentStorage", "message": "Accessing service failed.", "innerError": {"date": "2025-04-02T18:12:04", "request-id": 35f83b1d-7f18-48d3-b0b1-e28cb80a11fd", "client-request-id": 35f83b1d-7f18-48d3-b0b1-e28cb80a11fd" )1}
  • Failed to load Shoutout. The specified record was not found. Server response: Shoutout failed: Failed to read metadata from file source. Response from the end service is : Not Found clientRequestld: 298f5d2f-e51b-40b3-a5a2-4097518f1e00 serviceRequestld: 298f5d2f e51b-40b3-a5a2-4097518f100;298f5d2f-e51b-40b3-a5a2-4097518f1e00
Issue at the end:
 
  • The specified record was not found. Server Response: Shoutout failed: Failed to read metadata from file source. Response from the end service is : Not Found clientRequestId: 965185c5-105a-4f21-a947-b1cc4d659ed3 serviceRequestId: 965185c5-105a-4f21-a947-b1cc4d659ed3
 
What is that I am missing? 

 


 
Categories:
Screenshot 2025-0...

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

  • ronaldwalcott Profile Picture
    3,497 on at
    Three Errors in Shoutout Template
    Looks like connection issues.
     
    First step is to verify that the connection is working.
     
    Next step if you trying to get the user photo use something like
     
    If(
        IfError(
            Office365Users.UserPhotoMetadata(ThisItem.'UserEmail').HasPhoto,
            false
        ),
        Office365Users.UserPhoto(ThisItem.'UserEmail'),
        SampleImage
    )
     

Under review

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,631 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,976 Most Valuable Professional

Leaderboard