Hi Team,
I there any way by which I can add hyperlink with ongoing text.
I am working on Form view → show type - > text want to achieve something like this

Hi Team,
I there any way by which I can add hyperlink with ongoing text.
I am working on Form view → show type - > text want to achieve something like this

Hi @Amit_Suryawanshi!
Welcome to the community!
Check this out:
This kind of column makes an “action” that sends the user to the page of the URL. It’s not exactly the same as an HTML link but quite similar.
I’ve written a “Tip” to augment the documentation:
[Link to an external web site](https://community.appsheet.com/t/link-to-an-external-web-site/29767) Tips & Tricks ?
This tip explains a couple of workarounds for problems that I hope AppSheet can address. So, here’s hoping this little essay will eventually be made obsolete. In the meantime, however, I think it has some information you should know about if you are interested in linking to external sites from your apps. First of all, here’s the basic information on how to put a hyperlink to an external site in your app: This page has a link to the following sample app, which I will use for this little “no…
In this tip, I explain how to change your link so it takes the user completely out of the app, if that is what you want. I also point out that we are quite limited in the length of text we can use in such a link.
If you search this archive with “hyperlink” you’ll find more information.
Hi Kirk,
Appreciate your prompt reply
I have tried in this way
CONCATENATE("some text… ",
HYPERLINK(“http://www.appsheet.com/","Link 1”),
“. Some text 2…”,
HYPERLINK(“http://www.appsheet.com/","Link 2”),
“. Continue with text…”)
In result what I got is complete text even content within hyperlink function are converted into text.
Eg. some text…http://www.appsheet.com/.some text 2…
What i want is like this - some text…Link 1.some text 2…
Note- I am working on FORM view and using show data type to display text.
Thanks
I’m not aware of a way to get what you want within the app itself. It’s possible in reports, but not within the app display.
Right! Perhaps this is something to request.
Actually, there are actions that are somewhat similar to hyperlinked text (though not what @Amit_Suryawanshi is asking for) : Card view.
[Card Views (Beta)](https://community.appsheet.com/t/card-views-beta/9839) Announcements
Updated: December 2019 card view updates available here Another UX update from @morgan is live today (currently in Beta status): a new way to visualize data with media, locations or charts more easily via ‘Cards’ that dynamically fill the device screen and give users quick ways to view details and initiate related actions. This view also includes a new, intuitive method for customizing each field - look for it in your AppSheet account today and please share any initial feedback! [image]