It looks like you’ve put the logic you want to occur on each item after the Then port of the For each step, but you actually want them after the Do this for each item port. Any steps after Then only happen AFTER all actions are performed in the For Each loop.
See the documentation for further details.