From the Superhuman Docs mobile app, I would like to have a button/link that redirects the user to the Google Maps iOS app. The furthest I’ve gotten is:
- Clicking the button/link displays this message (screenshot below). I understand this is expected behavior, so no biggie. (Buttons opening formula-generated URLs should not warn users on mobile - #7 by Nick_HE).
-
Clicking “Open”, redirects to an in-app webpage within the Docs app.
-
Only after clicking, “continue” will the Google Maps app open with the per-defined address.
Currently, I’ve tried variations of this formula:
"https://www.google.com/maps/search/?api=1&query=" + EncodeForURL(thisrow.Address)
Does anyone have a solution to streamline this a bit? Thanks!

