How do I use Microflow to generate txt files in the specified path

1
Hi,everyone,i want to generate a txt document in a specified path for other systems to access. What should I do?
asked
1 answers
2

If the app is running on a cloud environment I would go for ftp, sharepoint integration or AWS S3 (see marketplace)

When running on premise or a location where you have more control over de environment, you could consider writing a java action that places the file in a specific location.

Another option would be to create a service in your app that securely provides the file to other systems, for example over REST.

answered