Skip to main content

is there any way that Automatically Date and Timestamp When Data is changed

Yes. But your question is a bit broad, so you need to elaborate more what you have and need. Things you can do is add a timestamp to a filename using fanout, or an attribute in a database. Several ways to do it:

  • DateTimeStamper
  • @Left(@DateTimeNow(),14) in an AttributeCreator / AttributeManager / etc.

Reply