If one account has multiple values that represent the same variable, how would I go about storing both variables? The number of values could range from one to several hundred. I would think arrays or lists would do the trick or something similar. I've looked through several forums but most of which are old and seem to offer workarounds.
Example:
input1 = 5
input2 = 9
structure -> |int|string|,
structure -> |{5,9}|string|