Hi All,
I have created a flow to move a csv file > 50 mo from FTP to One Drive for Business.
I have used the following:
1 - [FTP] / When a file is added or modified (properties only)
2 - [FTP] / Get file content
3 - [OD] / Creat file
The 1st and 2nd step works fine but I get an error message during the 3rd step:
InvalidTemplate. Unable to process template language expressions in action 'Create_file' inputs at line '1' and column '2643': '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.'.
Could you explain that to me? What's wrong. is this because the file is greater than 50 mo?
Thanks in advance for your help.