Get File From URL

Get File From URL

Description

You get a file from an URL.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
LinkURLYou may use the URL to a file to get it.✔️-

Output

ResponseTypeDescription
File responseFileThe file retrieved from the provided URL (format depends on the file type at the URL).
File response as stringStringThe binary content of the file, encoded as a string (e.g., for storage in variables or Dataverse).
MIME type StringThe MIME type of the retrieved file (e.g., application/pdf, image/png, application/vnd.ms-excel, etc.).
Extension StringThe file extension extracted or detected from the URL or response (e.g., pdf, png, xlsx, etc.).

Power Automate Examples

Get file from URL

We use an URL to an image. Thereafter, we use the OneDrive Action to save the image. At this point, there are many usecases possible. You may retrieve other file types as well and use other actions to continue your Power Automate Flow.

URL
https://cdn.pixabay.com/photo/2021/08/28/12/58/monkey-6580892_1280.jpg

Picture

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!