I have a SharePoint online list with a "Thumbnail" field. A image is uploaded to this field.
How can I get this file from Power Automate?
I am able to use http call like below:
_api/web/lists/getbytitle('ListName')/items(1)?$select=myPictureField
to get the metadata of that picture. But how can I get the file? I would like to insert this image into a word template.