Issue with AppSheet action: Map view link automatically updates

Hello,

I'm encountering an issue while using an action in AppSheet to visualize a map based on selected records. Here's the scenario:

  • I have a table where each record represents a radio station.
  • I've created an action that, when triggered on a record, opens a map view showing only the selected radio stations.

Here's the formula I'm using for the action:

 
LINKTOFILTEREDVIEW( "Map", IN( [Row ID], SPLIT([_THISROW].[Stations], ",") ) )

The problem I'm facing is that when I use this action in the official AppSheet app and interact with the map (e.g., zooming or dragging to a new location), the link to the map view automatically updates, showing all records again instead of keeping only the selected records.

However, when I test the same action in the AppSheet preview, the link doesn't update automatically and works as expected.

Has anyone encountered a similar issue? Is there any way to prevent the map view link from automatically updating when interacting with the map?

Thank you in advance for any help or guidance!

0 0 62
0 REPLIES 0
Top Labels in this Space