As you can see, it is a very straightforward calculation. However, the time/hour does not match the calculation field. In the example below, the Date field says 16:00 (4:00 PM), but the title says 08:00.
Hi, I am fairly sure the time is a timezone thing where Automations work in UTC, Check out: Date, Time & Timezone | Tape Developers (tapeapp.com)
The name one I’m afraid I can’t get my head around right now, sorry
As for the name not showing, I found the issue, which is that I have two relations from two apps (Leads and Clients), but in the calculation, I was referring to only one of the related apps. The solution was simply adding both @All of Lead Name + @All of Client Name to the formula. Now the formula looks like this:
@Appointment Type + " appt with " + @All of Lead Name + @All of Client Name + " on " + moment(@Date).tz("America/New_York").format("MM/DD/YY HH:mm")