When I manually enter dates like 08-22-2024 as the start date and 08-26-2024 as the end date, everything works fine. However, if I select the start date and end date using DatePickers (as shown in the image), I encounter the following error: Temporary error connecting to AWS Lambda Attendance - Get Attendance Report (raw message: {“message”:“Internal Server Error”}). n
Can anyone help me to resolve this issue?
Hi @jenil.kukadiya,
Format your date value.
Did it but still it’s not working.
Hi @jenil.kukadiya,
In the API call, you specified yourself that the date format should be in MM-dd-yyyy
. Do the same format in your actual date values.
Done.Thank you