Awesome! Although there is no built-in reference, creating an array like in the code block I shared should do the trick. This will not work for List Views though. A workaround for this component is to follow a similar approach, but use State variables instead. Once we update those, the components within a List View that render using a reference to the state variables should update, and render the new values. Here is a reference for the workaround.
1 Like