<@ULVA73B9P> I'm trying to add a specific environm...
# ask-marvin
m
@Marvin I'm trying to add a specific environment variable when kicking off a job in prefect cloud. My job variables payload looks like:
Copy code
{
  "env": {
    "my_new_env_var": 123
  }
}
It looks like all the job_variables set from the deployment are not used when kicking off a deployment run like this. Is that expected? I want to add a new environment variable for the run, using all the existing job variables from the deployment.