File & Data Trigger

0
Dear Mendix Community   We have an use-case where we have to execute microflows when a  file gets created in a director file changes in a directory a row gets added in an external database table a specific rows changes in an external database table a row gets deleted in an external database table Move, copy or copy and rename a file from one directory to another after a microflow is executed.   Do you have any experience with such an use-case? Which solutions did you use to achieve this goal?   Best regards Dimitri
asked
2 answers
0

Hello Jelle

 

Currently we have no Setup. We can communicate via REST, Webservice, SOAP or a websocket.

The connection to the database is not defined for this use case.

answered
0

Hello Dimitri,

 

From these options, i like the use of REST services within mendix the best, it is easy to set up and to maintain.

 

Hope this helps,

 

Good luck!

answered