@ndmurph04– Sorry this is causing you issues. The Add-More array change is big, and once you start working with it, you will love it. You can easily just pull the field and loop through it like a normal array.
Without seeing your code it’s hard to debug, but my guess is you should remove any [0] keys you have. So if you are looking for this in your code: $my_field[0], just change it to this: $my_field.
That alone has helped many users.
Let us know if you still need help.