Hi all,
First off, I am a beginner, so thank you for bearing with me. With that said, I have a cloud-based flow that:
- retrieves responses from an MS Form
- creates a CSV table from selected response data
- then I use compose actions to get the exact output style I need
- then I turn that compose output into a Send email (v2) attachment as a .txt file using this input:

This text file goes to a mailbox to be imported into FileMaker Pro software that only handles UTF-16 LE encoded files. The problem is that the text file the flow creates is encoded UTF-8 and does not import properly into the software.
Does anyone know if there is anything I can do in the flow that would allow me to send this file with UTF-16 LE encoding to match output from the legacy form I am hoping to replace?
I have solved all my other problems with other flows by reading this community, so huge thank you to everyone who contributes!