I have the following issue: In the frontend, there is an input box that references a variable vToday which is not defined in the script.
In the Script Editor, I have defined a variable
LET GUI_VAR_LOADED_Today = '$(vToday)';
which references the interface variable. When I execute the script manually, the variable gets correctly replaced. However, when the script is triggered by a task, the variable resets to the initial value that I defined at the beginning. Does anyone have an idea what could be causing this?