Completely lost here. Thought this would be pretty basic.
Using Sharepoint List as an "Issue Tracker" from the Microsoft Lists feature.
When I tag an item Status "Completed" I want PA to go ahead and add the current date to a field "Closed".
I have tried several "When an item is created or modified" -> Condition Status=Changed ->True -> Update Item Closed = "Current Date"
And maybe I'm just not understanding things, but the PA script processes EVERY row in the list even though I have "ID" specified in the Update Item section. So every item that has a status of "Completed" the closed field is updated to "Today".
Frustrating, probably just my understanding of it...