Step 4: Test the flow

  1. In Postman, copy the URL for the Petstore API.

  2. In the Workflows Console, return to your parent flow, and then click the Run icon.

  3. Paste the URL into the url field.

  4. Enter the following values:

    • url: http://petstore-demo-endpoint.execute-api.com/petstore/pets

    • paramKey1: type

    • paramValue1: Dog

    • paramKey2: page

    • paramValue2: 2

    • Username: admin

    • Password: secret

  5. Click Run.

  6. Verify that the Compose card has a status code output.

  7. Verify the JSON Parse card created an object as its output.

  8. Verify that the Get Multiple card has correct values in the id, type, and price fields.

  9. Verify that the Pluck card has the values that correspond to the prices.

  10. Verify that the list was flattened and called three times.

  11. Check your helper flow and verify that the Execution History shows three Success listings.