Step 4: Test the flow
- 
                                                                
In the Workflows Console, go to your parent flow, and then click the Run icon.
 - 
                                                                
Paste a URL into the url field.
 - 
                                                                
Enter the request parameters. For example:
- 
                                                                        
url:
http://petstore-demo-endpoint.execute-api.com/petstore/pets - 
                                                                        
paramKey1:
type - 
                                                                        
paramValue1:
Dog - 
                                                                        
paramKey2:
page - 
                                                                        
paramValue2:
2 
 - 
                                                                        
 - 
                                                                
Click Run.
 - 
                                                                
Verify that the Compose card has a status code output.
 - 
                                                                
Verify that 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.
 
