What modifications update the thisRow.Modified()

I am trying to get a datetime value update for a calculation row, e.g. no of items.
It should update every time it calculates this value again.

But I get a blank value
thisRow.select.Modified()

Question: what then triggers the Modified on?

Best
Thomas

Dear @thomas_raizedai,

Welcome to the community!

As far as I understand your updates are coming from formulas and updates from formulas will not reflect in “Modified()”

Maybe there is “a way around”, for example when a button is pushed it’s possible to monitor when this happened, therefore it’s recommended to share a dummy doc and there is a good chance some community member might suggest you some solution(s)

3 Likes