Skip to main content

We have multiple dates that we need to have automatically update for us in table.

Example:

Move-in date (4/1/23) plus policy day (60) = Lease end date

Lease end date - NTV date (30) + 5 days= NTV date need

Arrival Instructions date = 2 days prior to Move-in date (4/1/32)

How would you go about doing this in a table?

 

You could try using formula fields with`DATEADD()` for this, documentation here


Reply