We need a function which can give us timestamp on last data entry for a specific cell. This will help us to compare that time stamp with our custom date in some specific use cases.
example:
Todays Date: Line item to capture today's date via daily data refresh
Order Date : User entry Line Item Time(Day) formatted
Ordered today? : Boolean Line item with possible formula:
lastupdate( 'Order Date') = Today's date