Hi @kevinwasie ,
the easiest way is to create a variable of type array. Using a global/Page workflow you can initialize the value.
Then you bound your items to this variable.
Later you just need to update the variable, and the items will be updated automatically.
It’s what we call reactivity (we/Vue updates the data displayed when the variable change)
To update the variable, you need to use the Change Variable action.