Issue: Date field value is getting stored incorrectly in the lead field, even when passing correctly from Lapp.
Explanation:
When User perform an activity an lapp will get triggered, and some predefined values get fetched and updated on the form.
Sometimes, when the Lapp pass date is 20-12-2030, but in the lead field, it was updated as 20-12-1930 incorrectly.

Solution:
This issue is occurring due to a mismatch between the user’s date format and the format in which LAPP is sending the date.
The user date format is MM/DD/YY, while LAPP is sending the date in a different format, YYYY-MM-DD or YYYY-DD-MM.
Because of this mismatch, an issue occurs during mail merge when processing date field values.
To resolve this issue, ensure that both use the same date format, or enable the "Format mailmerge data" setting, which will format the data at forms level.
