I am trying to save data from an API call, it returns a collection of records. I wish to save these into a table. I do not know how to loop through this collection and save each as a record. Please advise.
The subprocess method is very poor performance for larger datasets though, and so when we had this problem we ended up having to write C# for...MoreLess
I have been struggling very much with handling collection type response parameters in web services.
When response parameters are or normal type they are very easy to handle in the business processes. Here we are able to handle them as parameters on the Call web service process element. And use thes...MoreLess