Is there a way to "fill" a list attribute dynamically? This would be useful for an attribute that has many possible values or one that has values that change periodically.
Could the list attribute be filled from a ruby script that reads values from a file or an array?
Thanks!