HOw to upload a file/xml from my local hard disk to mendix using a microflow or some other automated process.

0
I  I have to do Import XML mapping, for that currently, Using File manager, I am browsing a local XML File Uploading it Selecting it and then calling a microflow which uses the selected xml as a parameter and does the Import mapping. Now I want, whenever I launch the app, the file selection , upload should happen automatically. How to bring the local file into Mendix space? I have to do Import XML mapping, for that currently, Using File manager, I am browsing a local XML File Uploading it Selecting it and then calling a microflow which uses the selected xml as a parameter and does the Import mapping. Now I want, whenever I launch the app, the file selection , upload should happen automatically. How to bring the local file into Mendix space?
asked
1 answers
2

Hi Manish,

You can use the SFTP module to retrieve the file from a shared folder.

https://appstore.home.mendix.com/link/app/107256/Mendix/SFTP

answered