You have two mistakes in your block
The first block for list of values....
should be outside of the Changes
block.
The for each loop ....
should use internal variables. You are using app variable
for it.
Fix these two issues and then check. They might not be the cause of the crash but they have to be fixed for the project to run smoothly.