I am trying to pass a dashboard filter into a click behaviour custom destination url.
As a test, I have added an "example" text filter to my dashboard. I have then added a graph with click behaviour to navigate to https://www.google.com?test={{example}}
After entering an example value, the chart links to https://www.google.com?test= i.e. doesn't include the example value.
Clicking the "values you can reference" hint shows the "example" filter that I'm trying to include.
I am including the dashboard as a static embedded dashboard. If I view it via SSO, it works. Is passing filters into the url on an embedded dashboard not supported?
When i generate the URL without any params I get the filter and when i set the value there and click on the configured click behaviour i get the variable populated in custom URL destination
But, when i set the parameter from the app and i do not get the filter which is expected but now when i click on the custom URL destination, the category filter is not populated.
Just to let you know, the issue you have described was the exact issue I was experiencing in that parameters passed through static embeds are not available in click behaviour. We weren't able to find a workaround for the issue.