Hi
@Nadia Debogori there isn’t an OOTB way to store values for use across multiple stubs/responses at the moment.
You can obviously pre-generate a UUID then hard-code it into your stubs or you could build an extension to handle this for you.
You might find that this extension helps with your use case:
https://github.com/wiremock/wiremock-extension-state
It’s still under development and only works with the very latest 3.0 beta, but its purpose is to store and retrieve state between requests so might do the trick.