Limits for json or base64ToString functions

Mike Lee 206 Reputation points
2020-06-11T16:38:39.527+00:00

Hello, I currently use the json() and base64ToString() functions to convert the data received by an Azure Blob - Get Blob Content By Path action. This action always encodes the content regardless of the content-type field for the blob.

I wanted to know if there is a limit for the size of payload these two functions will work with? I couldn't find any documentation on this. The data I'm receiving back from the Blob action is usually less than 1MB.

Thanks,

Mike

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

1 answer

Sort by: Most helpful
  1. Suraj Revankar 11 Reputation points
    2020-06-12T10:44:25.567+00:00

    Hi @MikeLee-7640 ,

    I Couldn't find anything on the limits of these functions. On the other hand as these are basically functions it would be independent of Data size fed to it , but larger the payload the time taken by the function might increase. 1 MB file shouldn't be any problem to the function actions or the execution limit. Did you try with 1MB payload ? Can you try it once ?

    Best Regards,

    Suraj Revankar

    1 person found this answer helpful.
    0 comments No comments