exception error help.fsmI have a 3 sub-flows and in each sub-flow I pull a different item from a list. The first 2 sub-flows happen in parallel, and the 3rd sub-flow will happen after.
I'm trying to read labels from the items pulled from the list. I get an error when the sub-flow in red is placed after the join block.
exception: FlexScript exception: Retrieving travel_XLoc_tip label property on node that does not exist at MODEL:/Tools/ProcessFlow/Molding/Assign Object Location Labels>labels/1/2
If I put the red box before the split, I don't get any errors. However when placed after the split I get the above error. Any idea why?