Theoritically, [_ThisRow_After] stores the value that I have written to the column, while at a given time, the current column value could or not correspond to my change, depending in whether there have been other changes to the column. Hence, there’s a possibility that [column] equals [_ThisRow_BEFORE].
You can compare the Before and After values to see the changes made by the update that triggered the bot.
You can compare the Before and current [FieldName] values to see all changes including both the update that triggered the bot and all subsequent Data Change Actions.
Thanks Marc, it is OK. First of all we now have Phil’s answer, and I was just guessing making an analogy from elsewhere. FWIW, I was saying that [column] doesn’t have a change implication, while [_ThisRow_AFTER], records the change in its own context. This change at a the moment of the query may or may not correspond to [column].