Step 4: Test the flow
-
In Postman, copy the URL for the Petstore API.
-
In the Workflows Console, return to your parent flow, and then click the Run icon.
-
Paste the URL into the url field.
-
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
-
-
Click Run.
-
Verify that the Compose card has a status code output.
-
Verify the JSON Parse card created an object as its output.
-
Verify that the Get Multiple card has correct values in the id, type, and price fields.
-
Verify that the Pluck card has the values that correspond to the prices.
-
Verify that the list was flattened and called three times.
-
Check your helper flow and verify that the Execution History shows three Success listings.