Dear community,
I have a Gallery and a TextBox1 for searching. On my gallery template I have an image component which displays
the picture of an employee retrieved by the Office365 connector. My Gallery only displays only the records of employees
when a user specifies his search in the searchbox. So when a user enters his search-criteria it works fine but when the user
empty the searchbox i get an error message in the code of the image:
If('Office365-gebruikers'.UserPhotoMetadata(ThisItem.'E-mail').HasPhoto;
'Office365-gebruikers'.UserPhotoV2(ThisItem.'E-mail');
images
)
Does anyone know the solution?
Gr. P