Hello all,
I have a flow that goes into different folders in a SharePoint library and sends the files from there per email. It is working very well, until there is an HTML file in the folder. Then I receive an error for this file in append to array:
"InvalidTemplate. Unable to process template language expressions in action 'Append_to_array_variable' inputs at line '0' and column '0': 'The template language expression 'base64ToBinary(body('Get_file_content')['$content'])' cannot be evaluated because property '$content' cannot be selected. Property selection is not supported on values of type 'String'. Please see https://aka.ms/logicexpressions for usage details.'."
I also noticed that in Get file content action there is a failure for the HTML file.
I am not sure how to proceed here. Would you please advise if it's possible to append these html files also. Thanks