formatDate Function Not Evaluated in "Set Variable" Module, Blocking Scenario Execution

:us: Hello

I am experiencing a critical bug where the formatDate function is not being evaluated in a “Set variable” module, which is completely blocking my project. I have rebuilt the scenario from scratch and the bug persists.

Scenario ID: ID del Escenario: https://us2.make.com/86945/scenarios/2263488/edit

Problem:
The “Set variable” module should take a date and, using formatDate, output the day of the week (e.g., “Sunday”). Instead, the module’s input and output are both the literal string {{Sunday}}, proving the function is not executing.

Troubleshooting steps already taken:

Rebuilt the entire scenario from scratch in a new file.

Verified the formula syntax ({{formatDate(1.fecha_entrega; “dddd”)}}) multiple times.

Tested in an incognito browser window.

Verified browser zoom is at 100%.

The issue is persistent and completely blocks all subsequent logic.

This is not a configuration error. Please investigate why this core function is failing in my scenario. Thank you.


Estoy experimentando un bug crítico donde la función formatDate no está siendo evaluada en un módulo “Set variable”, lo cual está bloqueando mi proyecto por completo. He reconstruido el escenario desde cero y el bug persiste.

ID del Escenario: https://us2.make.com/86945/scenarios/2263488/edit

Problema:
El módulo “Set variable” debería tomar una fecha y, usando formatDate, producir como resultado el día de la semana (ej: “Sunday”). En su lugar, tanto el input como el output del módulo son el texto literal {{Sunday}}, lo que demuestra que la función no se está ejecutando.

Pasos de solución de problemas ya realizados:

Reconstrucción del escenario completo desde cero en un archivo nuevo.

Verificación de la sintaxis de la fórmula ({{formatDate(1.fecha_entrega; “dddd”)}}) múltiples veces.

Pruebas realizadas en una ventana de navegador en modo incógnito.

Verificación de que el zoom del navegador está al 100%.

El problema es persistente y bloquea por completo toda la lógica posterior.

Esto no es un error de configuración. Por favor, investiguen por qué esta función básica está fallando en mi escenario. Gracias.

1 Like

Hi Breakfast4you_SAS, I would recommend using the parseDate function first to set the right date format to the fecha_entrega variable, then the formatDate function to extract the correct day
Try this
{{formatDate(parseDate(1.fecha_entrega; "YYYY-MM-DD"); "dddd")}}
Saludos.

1 Like

Thank you, do you speak Spanish?

Gracias, ¿habla español?

1 Like

Yes, I am from Argentina

Si, soy de Argentina

1 Like