Input microflow for new microflow

0
Hello, When I compute something with a microflow, can I use this output as input for another microflow? I have tried to link an attribute (output microflow) of an entity with another entity to use it as input, but this does not work. Is there another way of using output of microflow as input for another?
asked
1 answers
1

You can pass the output of a microflow to another microflow. Rightclick on your microflow and choose properties. Here you can set the return type of your microflow. Set your object or just a string/integer as the return type. Now you can call this microflow from another microflow and use the output of it as an input.

answered