Hello,
I’m trying to write the text from multiple PDF’s in a folder into a single text file. The issue I’m having is I used a for each activity to read each PDF text but when I go to write those results to a text file it overwrites the previous pdf since the PDF text is being stored in a string variable within the for each. I’ve included a screenshot of my workflow below for reference.