the help files also states that value will not be returned if the Perform Task is the last action of the parent.
also do you have a stop action in your perform action or have the correct priority set in the parent task? sometimes the value had to be set before you finish the patent task.
zTestReturn (390)
A1: Status Bar [ Set:Collapsed ]
A2: Flash [ Text:zTestReturn Long:Off ]
A3: Return [ Value:zTestReturn: Return Stop:On ]
Here are two tasks to test that.
I tap the button in the notify but nothing happens, the return value is never set in the parent task (where the notify is fired)
In this setting the notify would never disappear because the Wait Until Action waits for return value to be set.
I guess that there is no connection between the first task and the second task because the second task is only started through a notify action.
Could that be?
But since a while i try to avoid to use these like that and to use global variables only for settings.