Hello,
I have a 150MB json file in a blob container. My goal is to read the contents of the file within Logic Apps and do some insertions into a database.
When I execute the Get Blob Content using Path the action seems to grab all the content. Normally right after this action I have a compose that converts the base64 content into a string. I do this by first using a body() function referencing the Get Blob Content using Path action.
However, when I try this compose action with a chunked get content action I get the following:
The template language function 'body' cannot be used when the referenced action outputs body has large aggregated partial content. Actions with large aggregated partial content can only be referenced by actions that support chunked transfer mode.'.
Does anyone know how to get the content from a Get content action that is using chunking?
Thanks,
Mike