Create new double object with img or other file on Mendix

0
Hi Mendix support team, i'm new Mendix developer. When i create  new object with img or other attachment file by micro flow , then mendix create double object but i  try to create new a object without img or file attachment then there is one object is created. i try to describe my action below:    11. i have create new page :  2. there is create new button on this page to call Create new mic flow  3. on Create New micflow,  i have only one action create new object and commit 4. When click create new button then there are two objects are created.    Please help me resolve this issue. Thanks so much!
asked
1 answers
1

Hello Ho Dung,

 

I think that you should do a change ticket action and not a create ticket action in your microlfow, the ticket that you try to create is already in your microflow as a parameter.

So now you basically create two tickets.

 

Hope this helps,

 

Good luck!

answered