Converting Queue topic ID into the Queue Topic Name | Community
Skip to main content
FrankatMSC
Level 4
March 31, 2026
Solved

Converting Queue topic ID into the Queue Topic Name

  • March 31, 2026
  • 1 reply
  • 40 views

I’m creating a Fusion scenario that renames requests according to what queue topic is selected.  The watch event only returns the Topic ID.  Is there a way to get the name from the ID?  

Thanks in advance!!!

Best answer by FrankatMSC

I  figure it out.  All I had to do was follow the watch event with a read record.  Then explicitly map “queueTopic:name” in the output.   I hope this helps others.  On another not I’m finding Copilot can help with Fusion.

1 reply

FrankatMSC
FrankatMSCAuthorAccepted solution
Level 4
April 1, 2026

I  figure it out.  All I had to do was follow the watch event with a read record.  Then explicitly map “queueTopic:name” in the output.   I hope this helps others.  On another not I’m finding Copilot can help with Fusion.