pm.execution.setNextRequest not works in api test

Good afternoon, I have a collection in Postman of 4 methods: Add, Get, Update, Remove, having specified Request in all methods, the last condition was to specify pm.execution.setNextRequest(“Get Place”) in Remove, so that they are fulfilled again Get Place conditions. But pm.execution.setNextRequest doesn’t work, stopping at Remove. Tell me what am I doing wrong? Screenshots are attached.
https://radikal.host/i/lvTdQP
https://radikal.host/i/lvTueQ

Hey :wave:t2:

Can you check the name of the request and the string that you have in the setNextRequest function? Those should be the same.

Good afternoon, thank you very much, everything worked. You were very helpful.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.