How do you make let the user add a link to a chart?

Hello,

I am making a task manager and want the user to be able to add a task and put a link to it if necessary. How would I do this? I tried using HYPERLINK() but it didn't work out.

Solved Solved
0 7 107
1 ACCEPTED SOLUTION

It should be shown as hyperlink on a detail view, not on form view.

AppSheet creates an action called "Open Url (URLColumn)" for it that makes it clickable

SkrOYC_0-1648745814228.png

 

View solution in original post

7 REPLIES 7

Where would the user add the link?

The link points to?

They would add it in the form along with all of the other inputs, name, estimated time, etc.

 

I am mainly using this as a homework task manager, so it would point to a website where I would submit/get information for it.

As told by @Marc_Dillon you could have a URL type column

Maybe a URL type column?

I tried this, it won't bring me to the website when I click on it. How would I let the user add the link while still being able to click it? Also, it isn't necessary, but it would be nice to have the text they click on be something like "View" rather than the link itself.

It should be shown as hyperlink on a detail view, not on form view.

AppSheet creates an action called "Open Url (URLColumn)" for it that makes it clickable

SkrOYC_0-1648745814228.png

 

I just checked, and the reason this wasn't popping up was that in wasn't in my slice actions. Thank you!

Top Labels in this Space