Javascript value in microflow?

0
Hi, Is it possible to fetch a javascript value/variable in a microflow? If yes, how?   Thanks Thomas
asked
1 answers
1

Microflows are run on the server so you can’t use JavaScript, however Nanoflows are run on the client.

You could look at using a JavaScript action to return a value to a Nanoflow. If you still needed to use a Microflow, you could call it from the Nanoflow.

https://docs.mendix.com/howto/extensibility/write-javascript-actions

Hope this helps

answered