Hello all,
I'm developing a power app that searches for file contents on a SharePoint library by sending an HTTP request to SharePoint and usign the Search REST API. The app is currently working, but I also would like to add two extra functionalities:
- Return the thumbnail of each individual file ("Key": "PictureThumbnailURL" on the JSON code);
- Open the file once I click on th NextArrow ("Key": "OriginalPath" on the JSON code).
The current code for both the image and the NextArrow are as follow:


What should I do to make these functionalities work?
Best regards,
Gustavo.