Hello,
I have a flow like in the snippet. Basically, whenever the "Outcome" column is modified, a date will be added. It works well in the first stage, but after that, the date keeps changing even though "Outcome" is not modified. For example:
- On 07/07, outcome is blank -> date is also blank -> Correct logic
- On 10/07, outcome is changed to "Accept" -> date is registered as "2023-07-10" -> Correct logic
- On 11/07, even though outcome is not changed -> date is changed to "2023-07-11" and it's the final date, which is not correct



Please shed more light on this.
Br,
Sang