I need that a button calls Microflow and Nanoflow

1
I need to call a javascript action and also to update and retrieve from DB to update context within the button was clicked. Limitations are: You can’t call a microflow from a nanoflow and viceversa. You can’t call a javascript actions from a microflow. You can’t CRUD operations to DB from nanoflow.   BTW: I’m using Mendix 8 Beta...  
asked
1 answers
0

Hi,

It is posible to invoke (call) a microflow from a nanoflow with a little trick

https://www.notion.so/gajduk/Mendix-Design-Patterns-Callback-41c16b42a4c947c89122d4e7bc569d87#816fe2f8540d43b4a1215bbaba2084a6

answered