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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Exporting JSON data to a webpage from Fusion

Avatar

Level 3

Hello,

 

I have a Fusion scenario that is initialised with a webhook from a webpage.

The webhook makes a GET API request and brings back various information (in this case information about emails created within Oracle Eloqua.)

I have a final module "Transform to JSON" as a final step that outputs JSON data.

What I want to know is if there is a way to feed this data back into a webage?

If I were to write JS code for this I would want to make the innerHTML of a specified div this JSON output. 

 

Can't see a way to do this in Fusion though.

Any help is appreciated.

Thanks

 

JSON data output at the end of my scenario

Screenshot 2023-08-18 114949.png

 

I want the output to be dumped onto the page in the div shown (or into the console or basically accessible from anywhere on the page)

Screenshot 2023-08-18 123241.png

 

0 Replies