I'm using a simple workflow to update a newly created element in a List with stuff like the office profile of the user and it's manager, but at the moment instead of applying exclusively to the newly created item it triggers for the whole list.
Here's the current flow:
- "When an element is created" [in the desired list] is the initial trigger
- Obtain the profile of the user then of it's manager
- "Update the element" points to the ID of the created element in the list
Currently, if activated and I create a new test element, any older element will essentially think "Ok, a new element is created, all this info needs to be applied to me". But the field "Update the element" points to the ID of the newly created element, so I don't understand why an element with any other ID would proceed this way.
Any help would be appreciated!