Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

Fusion Generate Hyperlink to a Project within an Update

Avatar

Level 3

Looking to see if anyone has ever used the Update Record module to post an update with a hyperlink to another object?

I thought by selecting URL it would output the link to that specific project but it doesn't seem to work that way. 

 

My guess is because you have to manually add hyperlinks within updates. 

Wish there was more of an ability to format the updated text as well. 

 

If anyone has any thoughts or ideas please share! 

Thank you and Happy Friday! 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 6

Like this?

 

Update module

Lawson02_0-1745610435903.png

 

Note text

Lawson02_1-1745610445371.png

 

View solution in original post

6 Replies

Avatar

Correct answer by
Level 6

Like this?

 

Update module

Lawson02_0-1745610435903.png

 

Note text

Lawson02_1-1745610445371.png

 

Avatar

Level 3

@Lawson02Yes, thank you!

I guess I need to start learning more about code in my spare time. 

 

 

Avatar

Level 6

w3 schools is great for learning HTML.

HTML Links 

Avatar

Level 3

@Lawson02 

So it's not redirecting me from the issue to the project. When I click the generated link it just goes back to the same object. 

Maybe there is something I'm missing? I've ensured that I'm selecting the correct object ID as well that I want to redirect it to. 

 

<a href=wf_link/objectType/{{35.ID}}"target="_blank">Click Here For Resolving Project</a>

Avatar

Level 6

First part is wf link, second is object type, third is object ID

 

Lawson02_0-1745613084775.png

 

It should look like when you copy and paste a WF link from your browser. Hardcode the first two parts and leave the third part as a dynamic ID {{35.ID}}

 

https://experience.adobe.com/#/@YourCompanyName-Production/workfront/object/objID

Avatar

Level 3

@Lawson02 Got it! Thank you for the help!