The ability to run a sub workflow is available to all and should work, Looking at what you have that should work but you won’t see the console log anywhere.
Try using an Edit Fields node to return an item and see if you are seeing that in the UI.
Appreciate the response. Using the Edit Fields node helped.
I think my problem was, I’m used to looking at the data in the editor, it wasn’t until I checked the executions that I saw it had in fact ran correctly and data had been sent.
Now a follow-on problem…
I have no “test” data in my “Called” workflow to continue to build out the workflow.
Is it possible to take the data in an execution and use it in the editor to continue building the workflow?
I went to the executions, copied the JSON, then added that to a CODE block and put a manual trigger at the front and linked the code block to the first node after the workflow execute node.