Hi! Iยดm using the expresion: [_THISROW_BEFORE].[ubicaciรณn] to get de previous value of the colum โUbicaciรณnโ before de row was updated. Problem is the App displays de new value instead.
ยฟWhat am i doing wrong?
Welcome to the community !
According to this article:
We can read that:
The Before value is captured just before a record is updated. It contains the field values obtained from the worksheet or database record just before the update is applied.
This makes me think, regarding your question, that you expect at all time being able to see what was the previous value of your column.
Iโm afraid the [_THISROW_BEFORE] wonโt allow you to do so.
You may prefer instead using another column, that will store the โbefore valuesโ along with the update action you are performing.
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |