Need to run gRPC and HTTP API in sequence in Gatling

Hi Team,

I have a scenario where :

  1. Call gRPC and fetch one data from response
  2. Use that data in request of HTTP API.

How can i write this ?

gRPC call will generate unique identifier which will be remain contact in while scenario.

Regards
Rajat

Can’t you set the unique identifier generated by gRPC as session variable and use it for HTTP calls

Can you please ping me the code snippet for doing this?
Rajat