Monday, April 3, 2023

Check if user profile image exists else apply a default profile

 Coalesce(ThisItem.ProfilePicture,  If(

            Office365Users.UserPhotoMetadata(ThisItem.Email).HasPhoto = true,

            Office365Users.UserPhoto(ThisItem.Email),

            'profile')

           )


No comments:

Post a Comment

Add Service Principle support in Custom Connector

  then search for "Streamlining Integration: Using Service Principal authentication on Custom connectors with Microsoft Graph Applicati...