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

Is it possible to transfer data structures between Fusion teams

Avatar

Level 4

We can transfer scenarios using the blueprint export/import. However, we can't seem to do the same with data structures. 

I know it's possible to generate the data structure using example JSON, but if that's not available, we have to create it all from scratch. Perhaps it would help if there was a way to generate a sample JSON output from a data structure that would solve it. 

Anyone else know of a way to do this?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

One option is to use "Clone" in the Data Structure area of Fusion.

Go to the "Data structures" of the team where the data structure lives that you want to transfer.

danperkins_4-1745528095687.png

 

After clicking "Clone", a pop-up will include the name and the Target Team to clone to. That's it!

danperkins_5-1745528186213.png

 

Another option is to create a temporary scenario and use a JSON "Create JSON" module.

danperkins_0-1745527910171.png

Select the structure you want to clone, fill out some generic data, then run the scenario once.

 

Select the bubble after it runs, then click to download "input".

danperkins_1-1745527941789.png

 

Then copy the data (you can save it as a text file if needed)

danperkins_2-1745527960609.png

 

and paste it in the "generator" when creating the new structure in the other Fusion Team. 

danperkins_3-1745527974663.png

 

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @RobertDy 
Sorry to say that Adobe deemed it smart to block those API requests. (they return 404)

You can hit the end-point data-structures and get IDs, but you cannot actually retrieve the data structures themselves. 

 

So no - even though Make.com's API supports this, Fusion's no longer does. Best I can recommend is this: 
open up a scenario, put in a "Create JSON" module. 
Pop open the developer tools and click the network tab. in the Filter box type "udt"

SveniX_0-1744748550785.png

 

Then, back in Fusion, select the structure of choice. In the devtools you'll see the request and the payload - which is your JSON

SveniX_1-1744748610817.png

 

Avatar

Correct answer by
Level 2

One option is to use "Clone" in the Data Structure area of Fusion.

Go to the "Data structures" of the team where the data structure lives that you want to transfer.

danperkins_4-1745528095687.png

 

After clicking "Clone", a pop-up will include the name and the Target Team to clone to. That's it!

danperkins_5-1745528186213.png

 

Another option is to create a temporary scenario and use a JSON "Create JSON" module.

danperkins_0-1745527910171.png

Select the structure you want to clone, fill out some generic data, then run the scenario once.

 

Select the bubble after it runs, then click to download "input".

danperkins_1-1745527941789.png

 

Then copy the data (you can save it as a text file if needed)

danperkins_2-1745527960609.png

 

and paste it in the "generator" when creating the new structure in the other Fusion Team. 

danperkins_3-1745527974663.png

 

Avatar

Community Advisor

Beautiful response @danperkins hope you're well!