I currently have a grafana dashboard with 2 variables, one of them is "project" and is a custom type with multiple hardcoded values that follow the pattern:
my-app-dev|stage|prod and 1 with the pattern: your-app-test.
The other variable is "app" and currently it is also a hardcoded list of service names that follow the pattern: svc-dev|stage|test|prod.
Is there a way to filter the list of the second variable based on what the project variable selected is? So for projects my-app-dev|stage|prod I want the other variable to only list the svc-dev|stage|prod services and when project your-app-test is selected then only the svc-test services to show.