Hi @Anindita Kar Thank you for posting the question and confirming that the issue is resolved.
Analyzing the error, it looks like an action in Logic App Get_Expired_Subscription
is trying to format a date time that is passed in incorrect format. If you are trying to format a datetime using a locale, you can do so y using the formatDateTime
function as below
formatDateTime('08/29/2024', 'dddd MMMM d', 'es-es')
If you encounter the issue again, please do reach out to us through comments.
If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.