Click behavior on shared dashboard

I have shared dashboard and added click behavior to open detailed report with table data. Action works if I am logged in, and does not work when viewing dashboard via shared link. Is it possible to use click behavior in shared dashboards?
I also tried to share my detailed report, but it did not help

Hi @koven
That is coming in 0.44: https://github.com/metabase/metabase/issues/14009
Until then, use Custom URL to point between the public URL of the objects.

Hi @flamber
I have tried to choose custom destination and set URL of other shared dashboard. But I could not find options to pass parametres. Is there any way to pass parametres via custom URL? And is release date of 0.44 known already?

@koven Post "Diagnostic Info" from Admin > Troubleshooting. Latest release is 43.3

You can parse parameters with {{some_column}} - have a look here:
https://www.metabase.com/learn/dashboards/custom-destinations#custom-destination-url

Hi, @flamber
I have updated Metabase to 0.44 but click behavior is not working in shared dashboards. Is it possible to use click behavior to dashboards or question in shared dashboards?
Also I have trouble configuring Custom URL. I don't know how to pass parameter that can have several values. I have set URL like "?company={{company}}". And it works if only one company is chosen. And doesn't work for several values.

@koven If you go to issue 14009, then you'll see that it wasn't included. I don't have a timeline.

@flamber , ok. But can you help configure passing several values via parameter in custom URL? Maybe there are some examples, I could not find

@koven It's not possible automatically. You would have to split the values yourself.