在浏览器里面其实还好, 没有报错,但是在POWER APP APP上面,刚进入读取页面的地方有个报错,

Office365Users.UserPhotoV2 failed: The method ‘UserPhotoV2’ has an invalid value for parameter ‘id’

使用方法, 判断下空值再读取
If(!IsBlank(ThisItem.Id),Office365Users.UserPhoto(ThisItem.Id))
在浏览器里面其实还好, 没有报错,但是在POWER APP APP上面,刚进入读取页面的地方有个报错,
Office365Users.UserPhotoV2 failed: The method ‘UserPhotoV2’ has an invalid value for parameter ‘id’
使用方法, 判断下空值再读取
If(!IsBlank(ThisItem.Id),Office365Users.UserPhoto(ThisItem.Id))