I have this test working where it outputs the word "test" based on a calculated result:
Now I would like to stop using the String test (String targetItems = "test"; ) and put real data in using an ArrayList but my attempt outputs a huge array of info for each record:
Please advise how I can get this to work with targetItems ArrayList. Do I need another for loop inside my for loop?