Hi all,
I see in one of the recent versions, Microsoft added the ability to run another full flow instead of creating a subflow. This sounded great to me, as a lot of my flows use the same steps and it would save me from having to add as many subflows. However, I think I'm a bit confused as to the limitations of this step. It says that it "Runs a desktop flow which can receive input variables and may produce output variables. The parent flow run will be paused until the called desktop flow completes." The question I have is related to input variables. What does it mean by "input variables", and how does one input them? When I first read that, I was expecting the ability to pass a variable from the parent flow to the called child flow, and potentially beyond that in to another child flow below that if needed. But I see no place to pass a variable, and if I build a flow with an unset variable (intending the value to be passed in from the parent calling this flow), the flow throws an error.
Is there a special syntax needed to indicate that a variable is intended to get its value from another flow?
Thanks for the help.