Product/components used and version/fix level:
webMethods 10.15
Detailed explanation of the problem:
person
-name
-address
-schoolDetails
- -schoolName
-schoolDetails
-schoolDetails
- -schoolName
-schoolDetails
-schoolDetails
- -schoolName
-schoolDetails
-workDetails
- -workName
-workDetails
-workDetails
- -workName
-workDetails
-workDetails
- -workName
-workDetails
person
Error messages / full error message screenshot / log file:
Question related to a free trial, or to a production (customer) instance?
and are arrays and on the same level
I need to loop over workDetails and get a value from schoolDetails/schoolName for condition at the same time.
- If schoolDetails/schoolName="My School" then map workDetails/workName to the target.
How can I get the index/current iteration of workDetails so that I can use it to match with the index in schoolDetails?