Slot type is builtin:date.
Both solutions work perfectly, thank you.
------------------------------
Vikki Papesh
Sr. Genesys Cloud Developer II
Tandem Diabetes Care, Inc.
------------------------------
Original Message:
Sent: 05-13-2024 17:26
From: Anton Vroon
Subject: Trimming confirmation string format
Hi Vikki
If the datatype is a date, you can use the Data type in the sequence builder and use the dropdowns to select the format, you may need to chain a few together.

If it is a DateTime variable, then either convert it to a Date type first, or use ToCommunication function with the format parameter like Format.Date.monthOnly to say the date then use it again with Format.Date.dayOnly, then again for year.

------------------------------
Anton Vroon
------------------------------