I'm trying to create a flow to generate a PDF report for surveys containing a number of photographs which are stored in dataverse. As the images can be large & the PDF has to be less than 2Mb, I need to reduce the image sizes.
The flow currently gets the dataverse image and creates a new image file on OneDrive. The "Get file thumbnail" should then get the smaller image and return a URL which in turn is Uploaded to OneDrive. I then use the Get file content to get the base64 data & append to a HTML table before saving to a HTML file / converting to PDF.
The flow was working reasonably ok but is now failing to get the thumbnail URL.
The creation of the full-size file in OneDrive from dataverse is working and the Get file thumbnail shows that it completed successfully, but the URL is blank, and so the flow fails on the next step:

The "Get file thumbnail" action also fails if I manually select a file... (I've also tried a separate test flow with manually selected file & the URL returned from that is also blank)
Any ideas what the problem could be?
Many thanks
Ivor