Pass Filters from Question to Link in Table

Hello,

I have the following scenario where I have a complicated SQL question that spits out a table. In the table, I'm creating a links for custom drills that are really just URLs pointing to another question. Is there a way to reference the variable/filter in the URL to pass to the next question?

Hi @rcronin
Currently only the Click Behavior on the dashboards has the ability.
https://www.metabase.com/learn/dashboards/custom-destinations.html
Only the columns are available on questions, but you could include that column in the question which gets its value from the filter. Example:
select *, {{filter}} as filter from table