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 don't know if this is the answer you are looking for, I had the same case. I realized that it only happens with the dates 0x/01/2024, but not with the dates 01/11/2024. The solution was to establish two variables, one that formats dd/MM/yyyy and another that formats MM/dd/yyyy And compare if data contains dd/mm/yyyy format or MM/dd/yyyy format