Push Notifications Deep Link

Happy Sunday, everyone!

My app is up and running, but I'm stuck on the final acceptance criteria. I have a bot that interacts with my "lookouts" table. Whenever a new lookout (identified by its ID) is added via my Apps Script fetch, I receive push notifications. However, when I click on the notification, it doesn't zoom into the newly created ID via its corresponding LatLong. Instead, it only shows the overall map. 

currently I have this 

LINKTOVIEW("Risk Sites") & "&center=" & ENCODEURL([_RowNumber])& "&zoom=10โ€

0 1 75
1 REPLY 1

I'm suspicious of that 'center' parameter, are you sure it's a thing? How would the rownumber be a value for that parameter?

The parameters I'm seeing are '_currentLat' and '_currentLng'.

Top Labels in this Space