Is it possible to output a hyperlink to a file location with an app in the Analytics Gallery?
I am trying to output a formatted excel file using a template. It works in the Alteryx Designer, but not when I save the app to the gallery, the output is no longer formatted.
I have come up with an alternate solution, using the the xlsx package in an R node. Using this package, I can format the excel file and save to a specific file/location. I would like to output this location in the gallery app, so the user can just browse on their own to see the formatted output. Is this possible?