I have an instance of bloc A.
I want to create a list of blocs A so that each instance will contain different STATES depending on the current instance.
for example:
The patient characteristic bloc includes features and functions and I want to create many patients (from the block) with each patient characterized by a unique ID.
How do you do that?