How to provide List from a Microflow to a Javascriptaction

0
Hi, I have a JavaScript action that is called from a Nanoflow. The JavaScript Action has also a Parameter and excpects a List. So the Javascript action gets informations from an Entity in my Domainmodel.  In the JavaScript Code I’m calling a Microflow that reloads the newest Informations from the database in background and saves them in the Entity. How can i get now this newest data from my Entity/Microflow inside my JavaScript, without having to recall the JavaScript action.   I’m calling from a Javascript action a Microflow that should be executed. 
asked
0 answers