I have a dashboard with a map that includes a polygon layer and a table where the polygon id are shown. If I click on an id in the table, the map zooms to the polygon, which is correct.
I have another flat table that also contain the polygon id. How can I make that when something is selected in this table, the map zooms to the polygon? I have the filter option action (which works), but not zoom.

Left side table is the same source as the polygons (layer). Bottom table is a flat table that contains a field that I can match to the layer. How to zoom ??
Thanks!