Is It Possible To Pull Project URL in a Report Using Text Mode?
I use reports I build in Workfront for some more enhanced data visualization that combines data from other systems outside of Workfront with Workfront Projects.
Our org uses Google Sheets, and I've figured out how to extract the URL from the Project Title field with a simple app script. I then used the HYPERLINK function to create clickable text that's compatible with the data visualization tool I'm using (Looker Studio). However...the app script isn't always on. So when I refresh the data, the link disappears until I go into the spreadsheet itself so that the script will run again and pull the urls.
I think that this would be easier if I just had the Project URL baked into the report - no hyperlinked Subject just a clean URL, so no need to run any scripts in Sheets. Is it possible to do that using something like Text Mode when creating columns?