How to download Dataverse files larger 4MB

Carlos Alves 0 Reputation points
2024-06-12T17:40:50.11+00:00

I am using the logic apps Dataverse connector to perform the action "Upload or download image and file content" (Upload or download image and file content - Power Automate | Microsoft Learn).

 

Although in Dataverse, my table has 30 MB files, while using this action I get an error.

 

After many tests I have come to the conclusion that the size of download is causing the error, due to it being limited to 4MB (see range):

 

CarlosAlves_0-1718213782549.png

 

Is there way to increase the download size?

 

Thank you

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,546 Reputation points
    2024-06-13T11:53:07.2066667+00:00

    @Carlos Alves Thanks for reaching out. I am checking if there is any way on how to increase the range size. Meanwhile, you can use Microsoft Dataverse API to download the image and file contents where you will have option to set the size of the content in the headers.

    Here are some references:

    0 comments No comments