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?
Solved! Go to Solution.
Try to write the URL like โhttps://www.appsheet.comโ
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
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |