I have an application which contains a map and list which updates based on extent. I would like users to be able to click an item of interest from the map or from the list. The pop-up I have designed contains many Arcade expressions and my hope is:
1) Use the feature info widget to display pop-up content. The problem here is that the widget seems to "take over" the application and drives the selection process- it seems to grab the first record in the list. This is non-ideal as I want the user to select a record and the pop-up information appear after that. Can this auto-selection be deactivated somehow?
OR
2) Use the pop-up n the map viewer as a way for user to obtain additional information about a record of interest. The problem with this is that the map widget does not have a zoom to option. So if user selects an item while zoomed pretty far out and then clicks on the record, it becomes unselected and the record is lost among all the other records. Not sure if there is a solution to this one.. I feel I have tried every combo if widget action/triggers possible.
OR
3) Modify JSON using AGOL assistant or use Arcade to control scale at which pop-ups are available for "clicking". I have no idea how to go about this, seems possible but cant find any documentation to get me going!
Any assistance or suggestions would be greatly appreciated. Thanks!