Case
I have made a test version of my Business process which reads the Activity data and modifies them. So it doesn't work if in Activity I have more then one item. The process changes only the item which was created first.
Solution
The BP modifies only one records because you set up filters for one record via ID
You can adjust filter to Account=Read Account.Id. In this case all activities will be renamed.