Step 4: Test the flow

  1. In the Workflows Console, go to your parent flow, and then click the Run icon.

  2. Paste a URL into the url field.

  3. Enter the request parameters. For example:

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

    • paramKey1: type

    • paramValue1: Dog

    • paramKey2: page

    • paramValue2: 2

  4. Click Run.

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

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

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

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

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

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