Challenge: How to store multiple nested arrays (JSON data from API) on the Front End / App Connect?

Hey all,

We work with a lot of JSON data, from a huge dataset. To speed up some additional data enrichment, I’m using a server connect within each repeat row. This works well, the challenge I have now is getting updated data to store and be useable in a data detail as updated data. I can process the API call within the repeat, and display that data, but without a way to store up to 25 arrays/json nested data and manipulate/ match that to the id in the data detail - then the data doesn’t change when the data detail changes and is lost.

Is there a AC component that would be best served to do this? Data Store doesn’t handle arrays, and so far I’ve been unsuccessful with the same for local storage/session storage.

Any advice appreciated.

Matt

Community Page
Last updated: