I am trying to use a flow for registration and edit profile in a whatsapp bot. Registration is straightforward but when the user edits their profile I need to pre-populate the data with the user’s data. This works for all values other than dates.
I have tried to specify the initial value for date of birth for example in init-values but that doesn’t seem to do anything.
Is it not possible for a date picker to have an initial value in a WhatsApp flow?
DatePicker can be initialised using a value expressed in milliseconds as a string. Here is an example where DatePicke is initialised to 15 Feb 2024 (in milliseconds, 1707955200000):