Variables from/to subflow

Hi out there.

I have a subflow where i get flow. variables from the parent flow.
Then I set a variable that I also use in the parent flow. Do I have to use the $parent. in the name there also, or is it ONLY when I get the flow. variable from the parent flow, and not the other way arround?
I use the flow.bestlap in the parent flow also.

You use $parent whenever accessing the parent flow context whether for get or set.

So everywhere in subflow where i need the flow. var outside also i use $parent.??

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.