Problem with days

Hello everyone, I have a question about a topic related to today’s date. I’m not able to configure the current date in my workflow. Could you please help me with which expression I should use?
Thanks

Hey @Rafael_Diorato !

Welcome to n8n community!

You can use :

{{$now}} or {{$today}} even {{ $now.format(‘yyyy-MM-dd’) }}

Be sure to set the Timezone in the Settings of your workflow or instance.

You can check here for further info about buil in vars :

Cheers!

Thanks brother