Show-->URL

When Iโ€™m adding new field โ€œShow Typeโ€ to open a URL in the form, itโ€™s opening the URL but not correctly.

My URL is โ€œwww.gmail.comโ€ but it is opening โ€œhttps://www.appsheet.com/start/www.gmail.comโ€

is anything that Iโ€™m missing?

@Aleksi

Solved Solved
0 7 592
  • UX
1 ACCEPTED SOLUTION

Try to write the URL like โ€œhttps://www.appsheet.comโ€

View solution in original post

7 REPLIES 7

Try to write the URL like โ€œhttps://www.appsheet.comโ€

While this works, it is somewhat annoying as you don't know if the user entered the http:// or not.  The following logic does help (Link is the source field of the address):

HYPERLINK(IF(CONTAINS([Link], 'http'),
[Link],
CONCATENATE("http://", [Link])
),
[Link]
)

Thank you @Aleksi, itโ€™s working.

Youโ€™re welcome

I am trying to keep the following link and i am unable to do so https://tinyurl.com/yxnd57bq suggestions

What does โ€œtrying to keepโ€ mean?

means unable to keep the link or open the link

Top Labels in this Space