Dropzone widget

0
Hi all, I use dropzone widget from https://marketplace.mendix.com/link/component/916 it cab upload file pretty well., but I got some issue when I use events On change. I have to call microflow which call external service after upload file to mendix. I have observed ,Sometime it  is called my service 3 times (For upload file 3 files depend on upload file). Maybe 1 times, I think it sould be ok for 1 times. What is happen ?  
asked
1 answers
1

Hi Somboon Srisamanuwat,

I would suggest you to call the service while the form is saved.

If you are calling external service by adding a microlfow in On change or On Accept the file will be Saved in the External storage, but after uploading if you remove the file, the file which is uploaded is Unnecessary. 

So I would suggest you to Call the service while saving the form which helps you witht Data Integrity and Unwanted calling as you have mentioned will also be eliminated.
 

answered