
Announcements
Hello everyone. I hope you are all feeling well.
I have a flow where I am creating a txt output file, which has folder path information in sharepoint.
The problem I am having is that it only writes one line and it corresponds to the last folder it visits.
Could you tell me how I can make it write everything ?
Thanks
Hello @elaaadani ,
from the description I'd guess that you always replace the current content of the .txt file so at the end it contains only the last path. Do you load the previous content of the file before you update it? Do you store all the paths in some variable before uploading the file?