Hi guys,
Need some inputs on how to extract from the same place of different URL from the Banner Image URL info. I need to do this, in order to make 'Send a HTTP request to Sharepoint' action to convert the Banner URL into Base64 format.
Basically, if I create a News Post or News Links (copy link from other Sharepoint sites), the Banner Image URL format is different in the Get Items, but still includes the same necessary text to make a 'Send a HTTP request to Sharepoint' action with and create a Base64 image.
The differences is seen in theese examples:
https://domain.sharepoint.com/_layouts/15/getpreview.ashx?path=%2Fsites%2FPP%2FIcons%20logos%2FP%26I%20News%20-%20Thumbnail.png
I would love to do a Compose action to extract and get the same output from _layouts/15/getpreview.ashx...
Is it possible, when the links can be different depending on the news type?