I am trying to create a formula that will take the latest date from a linked field (Appointments) and enter the latest date in a new field called "Last Appointment." I tried to generate a formula using the AI which gave me this formula:
DATESTR(ARRAYSLICE({Appointments}, -1, 1))
but it keeps coming back with an ERROR.
Any help would be appreciated.