At a certain point in my workflow, I need to request a date from the user. I have configured it so that this date comes in the dd/MM/yyyy format as shown in the image. The user responds in the correct format, but TypeBot returns it in the MM/dd/yyyy format as seen in the other image.
Is this a bug or is my configuration incorrect? Thank you in advance.
I used a formatting token that is on library (https://date-fns.org/v3.6.0/docs/format) as you can see in the picture attached, but the output was the formula set: format(new Date(2024-05-22T16:53:03.682Z), 'EEEE')