Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Replying To An Update Using Fusion

Avatar

Level 5

Hello,

 

I am trying to run a scenario that will allow an Update to be posted, but as a reply to another update on the same project. Is this possible?

 

Thank you,

Eric

Topics

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

2 Replies

Avatar

Community Advisor

it's certainly doable,

you need to add to your fusion module/API call one or both:

- threadID

- parentNoteID

 

cheers

Rafal

Avatar

Level 5

Thank you!

 

Currently, I am running a scenario that finds the latest update/Note on a project and posts a reply to that Note.

Eric_D_Miller_0-1756906874308.png

 

Only when I test this, it takes over 20 minutes to process this module. If I change the ObjCode to PROJ and use the ProjectID it works fine, it's when I switch it to NOTE and point it towards the specific thread that I am getting a very long processing time.

 

Any ideas?