robgamlin
robgamlin
After much struggling with this I found the following solution: If "variables" are passed, or at least the variables argument exists, then the "body" argument is ignored, (perhaps destroyed). So...
Thanks chadxz, that seems to fall in with our findings. Hopefully any fix won't break the workaround.
Put in your terms capcouch: If you need 'variables', then specify a 'body' inside the variables object. 'body' is ok outside variables, but will be ignored if a 'variables' object...