Variable globale initialisée à la date du jour

Savez-vous si il est possible de définir une variable au niveau de la partie “Data” de ma page weweb initialisée à la date du jour ?

Hello, you can use the Date plugin to get the current date at any time, without the need to create variables.

1 Like

I want my date to be initialize to the day for the first request API and could change with the navigation on the page .

Then you need to:

  1. Create a variable that will hold your date, this can be text
  2. Set up an on page-load workflow, that sets the date to whatever date you need via:
    a) Going here


    b) Setting up a workflow to set your date to whatever date you need
1 Like