Expand my Community achievements bar.

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

Best practices to store static data(Json object) in Fusion?

Avatar

Level 3

Hi All,

 

What are the best practices to store static data(10-15 Custom TaskId's in JSON format ) in Fusion to use it in scenario for filtering purposes in JSONata module ?

 

Changes to JSON data will happen if there is a need to add/delete TaskID when required( again not so frequently).

 

Is it better to store this data in Setvariables or datastore or data structure ?

 

Appreciate for any feedback/recommendations.

 

Thanks.

Topics

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

2 Replies

Avatar

Level 3

Hi @Antony6790,

 

We had a similar use case and in our case we used the Data store https://experienceleague.adobe.com/en/docs/workfront-fusion/using/create-scenarios/map-data/data-sto... . One thing to consider is there is no simple way to search through items so it might get messy if you have 1000s of records but for your use case this seems like it should not be the case.

 

Also please make sure to understand the limitations of the size (also should not be an issue in your case)


Your organization can have up to 50 data stores. The combined size of these data stores cannot exceed your organization’s total data store size.


Why I would not use variables is because what happens/can happen if in the future you need to use it in multiple scenarios, things can get complicated and you will have to maintain multiple places.

 

Best regards,
Ivan

Avatar

Administrator

@Antony6790 Just checking in. Were you able to resolve your issue? We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni