Downloading CSV Files with link to user's profile in Retool

Hi! Is there a way to include a link to each profile/user within Retool when downloading a CSV?

I am trying to download an excel file and have one of the columns be the active link to the profile within Retool rather than manually searching each time.

Thank you!!

Hey @Gabby!

In the past, people have used the SheetJS library (here on cdnjs) to do more complex operations with excel files. With a CSV you could potentially include URLs, but with an xlsx file it looks like you can include actual hyperlinks.

That being said, I'm not exactly sure what profile/user page you're referring to :sweat_smile: do you already have a URL for it or is that something you're looking to find as well?