How can I save a thumbnail generated for a document in a SharePoint library to another library in SharePoint? I'm stuck on converting the automatically generated thumbnail into a file (e.g. jpg).
I've tried using the URL (i.e. _layouts/15/getpreview.ashx?path=) but I'm not sure how to extract the content from what is generated at that URL. I've also tried variations on @{binary(outputs('Get_file_properties')?['body/{Thumbnail}/Large'])}.
My original flow uses a workaround where I copy from SharePoint to OneDrive because there is a simple Get File Thumbnail action for OneDrive in Power Automate, but that is problematic with other users.
Thanks in advance 🙂