I think i found the issue, I was trying to pass the parameter to an action that is on a different testcase hierarchy within the same test. i.e TC0001, contains a number of calls to actions, TC0002 contains a few call to existing actions. Seems that I cannot pass the out parameter from an action in the TC1 set of actions to an action in the TC2 set of actions.
Is working now - but i had add duplicate some actions from TC1 in TC2 which is not very good in my opinion.
Is working now - but i had add duplicate some actions from TC1 in TC2 which is not very good in my opinion.