Hello, I ask for your help regarding the Appsheet,
let me explain:
In my database a Sheets spreadsheet, I have a column ‘Place ID Lieu’ which the establishment ID, in another column I have this function:
=IF(R3>“”;HYPERTEXT_LINK(“https://www.google.com/maps/search/?api=1&query=Google&query_place_id=”&R3;B3);“”)
In AppSheet :
I tried this kind of conversion to make it a URL
HYPERLINK(
CONCATENATE(
“https://www.google.com/maps/search/?api=1&query=Google&query_place_id=”,
ENCODEURL([Place ID Place])
),
(“Search for " & [Link] & " on Google”)
)
But that does nothing. I specify that I start with AppSheet
Since it seems you wish to use Google Maps, if you have the address you can select the type Address. That will automatically create the action for opening a map view, with two action buttons: one for seeing the map, the other one for seeing the route to the destination.
I wanted to do it without a hidden column in Sheet to get the full link. and In APPSHEET I wanted to do the same thing, I found by doing an action with a menu button as shown in my print screen.
Good morning,
Thank you for your comeback. As simple as that. Finally I have two solutions. What if I have an empty Place ID? not to display the button
Thank you for your valuable help and answers.
I take the opportunity to ask you another question regarding please, because I did not find anything on the subject.
I would like to return my Tel field, when I work on a Windows 10 = PC, and my smartphone is synchronized with the ‘MOBILE CONNECTE’ application
How to make a direct call from the pc to MOBILE CONNECTE?
Google Voice, is not available in France.
For the moment I do not want to use Skype, and as my smartphone is synchronized with the PC Widnows I would like to use from Appsheet (MOBILE CONNECTED)?
I can’t find what to do?
What if you use your AppSheet mobile app directly?
Unfortunately I can’t help you more on the topic of syncing phone and computer, this is beyond my AppSheet skills here. I will stop on this topic, if you got the answer you were looking for, this is good from my point of view.