Hi Tommy,
I am not sure it would be the correct solution or not but i have used a regular expression extractor to resolve my problem.
My Challenge - I am working on web application in which we need to create a project (which generates a UUID and its a dynamic which needs to use for scripting) then create some subets which needs that UUID to move further.
Solution - By adding save response listener i have extracted UUID then passed it through regular expression.
If you are also having similar problem then let me know i will help you.
-Srinivas