on 2022 Sep 06 7:05 PM
Hi,
I have Looping Process Call in Iflow, which needs to make multiple calls to the local integration process until the XML data is empty.
The XML data contains multiple 'Achievement' nodes as shown below.
The looping process call should iterate until the Achievement node is empty(i,e XML data is empty).
I tried using the below XML condition-"/Achievements/Achievement", but I am getting an error.
Error message:
Anyone, please help me with what should be the condition in the looping process call?
Below I attached the XML data.achievmentsrequiredformat.txt
Thanks,
Vineetha
Request clarification before answering.
There is no condition in the expression. You might want to use "count" and then < 500 or something. However, this would be inefficient. You could simply initialise a parameter with count and then use a counter inside your flow to increment it in every loop and the condition could then be counter<= countOfAchievements.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
21 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.