Hi, please help to find the problem. Here is the code snippet:
.exec(http(“request_0”)
.get("/home")
.headers(headers_0)
.resources(http(“request_1”)
.get("/example.js")
.check(regex(""“exampleregex”"").saveAs(“examplevalue”))
.headers(headers_1),
…
http(“request_16”)
.get(uri5 + “/exampleurlpart”+"${examplevalue}"+“exampleurlpart”)