Creating a workflow with postman.setNextRequest("..");

Hi @wendy.cook ,

Thank you for your reply! I have tried both your suggestions, however in both scenarios the setNextRequest script doesnt get executed.
Also within the sequence the folder C and its request should not be executed.

Folder A holds setNextRequest (D1), Folder D holds setNextRequest(F1)
Expected sequence:
A + A1 -> D + D1 + D2 -> F + F1 + F2

Actual sequence:
A+ A1 -> D + D1 -> F + F1 +F2

In the last screenshot you will see the sequence/workflow and it should be read as ‘Webshop retrieval’ = A, ‘Swagger webshop ophalen’ = A1.
This should make it more readable!