Hello!
Thank you all so much for reading this!
I've struggled with Googling this problem, I don't want to use a 3rd party power automate library to do this.
I've noticed that I'm seeing a lot of help for merging into PDF and merging WORD documents on google.
Which is frustrating for me as I only want to combine text files!
I guess because no one uses text files anymore? It shouldn't be too complicated ? I'm overcomplicating this?
I have an array within my power automate flow which contains text files like so :
APPEND TO ARRAY VARIABLE
NAME : FILE ARRAY
VALIE : {
"source_file_content": @{body('Get_file_content')}
}
How can I merge the array text files together and save them as one text file?
Many thanks for your help!