Azure Logic Apps supports write operations through the gateway. However, these operations have 2-MB payload limit. Does it means that I can't copy file that has size more than 2 MB ?

Mohammad Amer 86 Reputation points
2020-11-05T21:04:22.953+00:00

I am about to use Azure On-premises data gateway with Azure Logic Apps or Power Automate and I am reading the limits and considerations and I would apricate answering my question.
Azure Logic Apps supports write operations, including inserts and updates, through the gateway. However, these operations have 2-MB payload limit on their payload size.
Does it means that if a file size with more than 2 MB won't be copied for instance form a SharePoint Library to another.

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,616 Reputation points Microsoft Employee
    2020-11-06T14:57:15.197+00:00

    Since the limits are for data moving across the gateway, actions like Copy File should work since they don't pass the data between SharePoint and logic apps.

    But you can't move data across the gateway beyond the limits. A workaround could be to store files in blob storage and pass SAS URLs through the gateway, which a custom service could download and save to SharePoint, if required.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.