I have UUID value converted from String:
String SessionUUID1= "8B6FA50D-59D0-4582-9396-C4A376EBBC7E";
UUID finaluid = UUID.fromString(SessionUUID1.toString());
but unable to assign it to Jmeter variable and also unable to pass it as Json data in body data.
I should assign finaluid as json data to send the request.
Iam using Beanshell Preprocessor to populate the above.