Accessing JSON Data in Workfront Fusion: Is parseJSON Mandatory | Community
Skip to main content
New Participant
September 15, 2025
Question

Accessing JSON Data in Workfront Fusion: Is parseJSON Mandatory

  • September 15, 2025
  • 2 replies
  • 271 views

In Workfront Fusion, when adding static JSON data using the createJSON module, is it necessary to use the parseJSON module to retrieve and access the JSON content, or are there built-in methods to directly access the JSON data without parseJSON module ?

2 replies

Pan_Shahbazian
New Participant
September 19, 2025

You don't need parseJSON when using createJSON. The createJSON module outputs structured bundle data that's directly mappable to other modules. Usually, you need to use parseJSON when you have JSON as a string that needs to be converted into a bundle structure, but createJSON already outputs in bundle format.

New Participant
September 15, 2025

I have used JSONata module for reading/filtering JSON data and it was extremely useful.

 

Give it a try.

 

Thanks,

Antony.