Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Note (comment) successfully created by Fusion but not visible in Workfront – Why

Avatar

Level 3

Hi,

 

I’m hitting a wall with this one. I’m trying to use Fusion to add a comment (note) to a task. The Fusion scenario runs successfully, and I can even query the NOTE record type and see the entry there. But for some reason, the comment doesn’t show up in the Workfront UI- when I click into the task and go to the Updates tab, there’s nothing there.

 

Any idea why that might be? I made sure to set isPrivate to false, but still no luck!

 

ab_cdef_0-1745428649892.png

 

1 Accepted Solution

Avatar

Correct answer by
Level 8

I can post a note to a task with this (you can use 'Note Text' rather than 'html' if rich text isn't needed).

KristenS_WF_0-1745497417824.png

You'll need to pass your task's ID to the ObjID field.

View solution in original post

4 Replies

Avatar

Level 8

If you're trying to add a comment (and not update an existing comment), I think you need to use a Create a record module.

This works for me (it's for adding a note to a project, but it's the same idea).

KristenS_WF_1-1745429915830.png

 

Avatar

Level 3

This is great. Thanks @KristenS_WF 

With the help of Solved: Posting rich text note via API - Adobe Experience League Community - 606542 and your response and screenshot, I was able to successfully add a new comment in the Updates section at the project level.

Just a note to say I'm still having trouble posting a comment at the task level. I keep getting the error [422] refObjCode cannot be null, and I’m not sure how to resolve it. That said, the solution works perfectly at the project level.

Thanks again

Avatar

Correct answer by
Level 8

I can post a note to a task with this (you can use 'Note Text' rather than 'html' if rich text isn't needed).

KristenS_WF_0-1745497417824.png

You'll need to pass your task's ID to the ObjID field.

Avatar

Level 3

Hi @KristenS_WF 

Awesome - I got it to work!

I had accidentally used OPTASK as the objCode instead of TASK, which I think was causing the error. Thanks so much for your help!