Skip to Content
0
Jun 15, 2020 at 11:58 AM

CPI-PI Loop for each XML Entry call API

2137 Views

Hi Experts,

lets assume I've a XML Structure like:

<root>
<Entry id="1">98461823</Entry>
<Entry id="2">43243422</Entry>
...
<Entry id="n"></Entry>
</root> 

Now I want to call an API for each Number within the Entries and merge the results. What is best case to do so? I'm actually trying to do the Looping Process Call and try to fetch the results on a variable. Actually it doesn't work any suggestions? The Variable is declared with "write variables" outside the Loop with type Property.