Open file from path in microflow

0
Hi Experts, How to open a file in our hard drive path through the use of a microflow? I need to open a file in a path by providing the path name and the file name. Cheers!
asked
1 answers
1

When I load data from a file (usually to initialise an application), I’ve used the Community Commons GetFileContentsFromResource java action. This lets me pick up a file in the project’s resources folder and load it in using a microflow. I don’t think it can read files outside the resources folder, so you will probably need to move the file there to be able to access it.

Hope this helps.

answered