Hi Bash,
where is that data located? Database or Local Storage?
I will assume you use an aggregate inside a client action to get data from Local Storage.
You have 2 options. Move the aggregate inside the client action to a screen aggregate and use it in the screen by calling it's result.
Another option is to assign the current result of the aggregate inside the client action to a local variable of its type. But for this happen, you need to trigger the client action with a button or link in the screen.
Regards