Depending where in the process you’ve got the step, it might be executing before the new item is appended (or at least before it realizes it’s there). You might need to make that action more explicitly run once the other stuff has happened.
Here is some order of operations info for Bubble if you haven’t seen it before.