Hi, I have a problem with the map.
I have 3 queries with longitude and latitude, and they are all displayed correctly on the map.
However, when I click on a marker (dot), I want to dynamically open a panel that shows the corresponding index.
The issue is that this only works for the first query (the one added first).
When I try to filter in the panel (for example, using a text widget) based on the map index from the second or third query, the data shown always comes from the first query — I can’t get the correct index from the second or third.
Is there a solution for this, or do I need to place each query on a separate map widget?
Hi Davor,
The order of the added queries should not matter when linking the selection to other components in your app. I quickly tried a similar thing myself and it works correctly.
What type of data are you trying to link to what component in the panel?

hi Wout i have 3 types of devices with diffrent parameters and the index are same string when i put 3 queires for those device into one map ,the data icons are shown all but when i click on them to show other panel the data where i want to filter is showing first query only.