Had a client report this broken link late last night. I’ve already sent a message to support, just wanting to make sure I’m not missing something obvious?
I confirm the same behavior, was just testing it. I tried several modifications that didn’t work, including adding https:// which was simply ignored by appsheet.
If you put an invalid url like “test” or “indented-url” it’ll generate a link similar to <a href="test">display</a> which since it’s run relative to the appsheet.com/start page will just go to appsheet.com/start/test page. This is somewhat undefined behavior because we expect a full url to be provided. I recommend you generate the full url in this expression like in the screenshot above and it should behave as you expect. Might be worth doing more error-checking on the AppSheet to prevent confusion in this situation.
BTW, the display for link is either the “Display” column of the setting or it’ll fallback on the “Description” if not.
After adding the protocol I confirm it works. Yet, I had to enclose the URL within quotes, which I didn’t do during my first testing; the http:// part was just ignored by AppSheet.
Nice to know, we now know the reason. Thank you @nico for the detailed clarification. As mentioned, before confirming to @Marc_Dillon , I watched the video in the help article to reconfirm and somehow that video did not specify that fully qualified URL requirement. So I tried with similar setup of “www.google.com” as content and "Go to Goggle’ as description. Myabe implementation has changes since then because video must be very old.
Please watch the Video on show columns in the article below. The Show type URL column is described from (2:27 to 3:00) . The screenshot below shows how the URL looks in the video.