• v-yamao-msft Profile Picture
    v-yamao-msft on at
    Like (0)
    ReportReport

    Hi Bri,

     

    I assume that you are using the connector Office 366 users. If yes, I would say that it is a limitation for this connection.


    When there is no return result for the corresponding User ID, a “404 not found” error message will be thrown.


    We are not possible to disable the error message when using this connection.

     

    Best regards,
    Mabel Mao

    Was this reply helpful? Yes No
  • Community Power Platform Member Profile Picture
    Community Power Pla... on at
    Like (0)
    ReportReport

    Did you every find a workaround to this issue? I am also experiencing this.

    Was this reply helpful? Yes No
  • Community Power Platform Member Profile Picture
    Community Power Pla... on at
    Like (3)
    ReportReport

    I believe you should be able to use the following formula that checks to see if that user has a photo, and if they don't, it uses the sampleimage. 

     

    If(Office365Users.UserPhotoMetadata(UserPrincipalName).HasPhoto,Office365Users.UserPhoto(UserPrincipalName),SampleImage)

     

    My problem is, it throws an Error saying that UserPhoto UserID is not acceptable, but loads perfectly fine. 

    Was this reply helpful? Yes No
  • Community Power Platform Member Profile Picture
    Community Power Pla... on at
    Like (0)
    ReportReport

    No, that does not work. I am reffering to use powerapps in the web as well. But yeah i thought of trying that.

     

     

    Was this reply helpful? Yes No
  • timoth Profile Picture
    timoth 4 on at
    Like (0)
    ReportReport

    Worked for me !! Thanks

    Was this reply helpful? Yes No
  • mbeitel Profile Picture
    mbeitel 20 on at
    Like (3)
    ReportReport

    I am getting the same style of error when using Azure Blob Storage.

    ex. AzureBlobStorage.GetFileContent(CompanyLogo.Id) 

    errror: AzureBlobStorage.GetFileContent the method 'GetFileContent' has an invalid value for parameter "id"

    But it load the image perfectly after a few seconds. Has any one found a way to handle this or suppress these error? 

    Was this reply helpful? Yes No
  • sreilly Profile Picture
    sreilly 9 on at
    Like (2)
    ReportReport

    I'm having a very similar issue to mbeitel. I'm working with a custom flow that utilizes the SharePoint REST API, I have a user getting the Red Banner, but the information still updates and the flow appears to be running successfully.

     

    I would love to disable this type of banner.

    Was this reply helpful? Yes No
  • Verified answer
    roamer7485 Profile Picture
    roamer7485 112 on at
    Like (34)
    ReportReport

    Hi!

     

    You may have found already a solution to this but I want to share my solution. I also bumped into this issue that was kinda frustrating. Yet after 3 cups of mdium-roast colombia, I found a solution. First, enabled the formula-level error management from the App Setting/Advanced Settings, see attached screen shot. Second, in my image control's Image code, I used the IfError() function like IfError(Office365Users.UserPhoto(ThisItem.Actionee.Email),"").  See another screenshot. The "Actionee" was my custom field name, ignore it. It can be user() or whatever in your case. The empty place-holder "" is the one that suppresses the error display.

     

    Thanks.

    IfError.png
    Enable Formula Er...
    Was this reply helpful? Yes No
  • MaheshKuni Profile Picture
    MaheshKuni 2 on at
    Like (0)
    ReportReport

    Hello all,

    I see these red Xs, for all the data cards in powerapps form. On mouse over of each datacard, I see message "Form screen has too many controls". Please post resolution.

    Was this reply helpful? Yes No
  • Community Power Platform Member Profile Picture
    Community Power Pla... on at
    Like (0)
    ReportReport

    Thank you so much ! If this helps anybody, this solved my problem on a different issue with 502 error message : "the server did not receive a response from an upstream server powerapps"

     

     

    Was this reply helpful? Yes No