Hi Folks,
Recently I got this error message pops up and I am not sure what causes it. I checked all the emails and they are all valid. I am using the code below to generate user profile photos and all photos show up just fine and no error message on the coding itself.
If( !IsBlank(TextInput1_263.Text), If(Office365Users.UserPhotoMetadata(EmailTextInput.Text).HasPhoto = true, Office365Users.UserPhoto(EmailTextInput.Text), 'single-person-icon-34'))