Not sure if this would be a bug, or a feature request - If I add a run script event on success in a query, I can't access additionalScope within the script. I would expect to be able to access that here.
It would also just be really nice to have access to additionalScope properties in queries triggered on Success/on Error, allowing you to setup a sequence of queries that all refer to the same value that the first query in the sequence was triggered with.
I hear the first request is coming as soon as this week!
The second is also a good request for those that prefer not to use javascript.
I personally find it much easier and clearer to use a JS query to trigger multiple queries in a row (I never use the GUI OnSuccess more than one level deep). That way you can pass additionalScope to subsequent queries without limit.
[Edited] Hi there! We shipped a fix for access to the query scope (additionalScope) in scripts, but we still have an outstanding feature request for accessing additionalScope in success and failure events