Hello,
We need to show thumbnail images under My Trending Document section, so we have used Office 365 User conenction and added "Office365User.resourceVisualization.previewImageUrl" code. The URL return by this code works fine when check images in browser, however when we open the app in mobile the Document thumbnail images are not visible.
Below is the code we have written to get thumbnail images using "Office365 User" connection
If((ThisItem.resourceVisualization.previewImageUrl)="",'noimage-650x418',ThisItem.resourceVisualization.previewImageUrl)
Are we missing something here?
Thanks