Hi there, I'm using the After startup microflow to start the deeplink module. However, I want to use the AutoLogin module as well, and it's necessary to trigger a microflow as well after startup. Can I combine both microflows to one microflow where I call the two microflows seperately? And how about the return value of the microflow, how do I have to work with that? Thanks in advance.
asked
Pieter Bouwknegt
3 answers
5
Yes you can, just as you said. Create one microflows which calls all the other microflows :)
Only the microflow which is set as the Afterstartup microflow needs a Boolean return value
answered
Paul Ketelaars - Deprecated
1
Pieter,
You can create a single after startup microflow that calls the different microflows needed with a call microflow action.
From these actions you can get the result and handle these in your logic in the after startup microflow calling the microflows.
answered
Erwin 't Hoen
0
Can you explain how to set the return value of the startUp microflow with the two variables?