Question

Webservice -> How to pass collection inside collection

Hi Guys,

I have created a webservice using out the box webservice section and calling this webservice in business process.

Issue :- I have to pass collection inside collection to call the webservice. I am passing collection inside collection correctly but Creatio is not able to send collection data to webservice. Any idea how to resolve it?

 

Like 0

Like

1 comments

Hello,

 

It seems that the issue is that you are passing the first item read in the "Read bank account" element of the process (see [#Read bank account.First ite... in the "PartyAcctRelType" collection property settings from your screenshot). What should be done is modifying the "Read bank account" element and reading collection of records there, not the very first element from it:

And pass an actual collection of data read. This should work properly.

Show all comments