Hi, I want to catch the date an photo has bee...

Hi, I want to catch the date an photo has been taken. So this is easy if the photo is new by using a formula ISNOTBLANK([Photo]) . But if a photo is replaced with a new one, how do I detect this? I guess [_THISROW_BEFORE] does not work outside a workflow.

Any ideas on that?

0 4 335
4 REPLIES 4

You would use a change datetime type columnโ€ฆ

Instead of using DateTime field, you should use ChangeTimestamp field where you need to choose that [Photo] field. Every time when the photo is added or replaced, it will stamp that DateTime value.

Uupsโ€ฆ Grant answered already

uups, I should know this already. Thanks a lot to remind me on this nice feature.

Top Labels in this Space