Forum Discussion
API call for each row - 400 Bad Request
- 3 years ago
To collect detail data from API you need to create
- Query One with all records (filter only on one for your test)
- Query Two with detail for one record
- Parameter to send ID to second query
- Create a function Query Two + Parameter
- Use custom function in Query one to get detail for all ID
Did you do all these steps ?
______________________________________________________
If you found this post helpful, please give Kudos C
To collect detail data from API you need to create
- Query One with all records (filter only on one for your test)
- Query Two with detail for one record
- Parameter to send ID to second query
- Create a function Query Two + Parameter
- Use custom function in Query one to get detail for all ID
Did you do all these steps ?
______________________________________________________
If you found this post helpful, please give Kudos C
This ordering of steps is what I needed. I have it working now. Thank you!