@Anonymous to only update theclose date when you close an item, first I recommend you turn on versioning on your list in List Settings.
Next, after the trigger add the get changes for an item or a file (properties only) action (? Obtenir les modifications d'un élément ou d'un fichier (propriétés uniquement)) and in the Since field add the expression
sub(int(triggerOutputs()?['body/{VersionNumber}']),1)
That will compare the previous version with the current version.
Next, your condition should be Has Column Changed: Status is equal to true. And you might want to add an extra row into the condition of Status Value is equal to Close - it's Status Value, not Status, if you are using a Choice column.
In the green if yes channel add your update item action and leave the red if no channel empty. An example of this is below:






Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.